Use this
code to display the offer list in your site
| <iframe src="http://www.RateTheOffers.com/RTO_offerlist.php" frameborder="0" scrolling="auto" width="300" height="400" name="RTO_offerlist"></iframe> |
You'll want to edit the height and width values
to fit your website
The code above will display like this:
|
Use
the parameters below in the querystring
to customize your RTO Offer List.
Offer
List will use default
values if none are passed
| Variable name |
Default |
Description |
| min_days |
14 |
Will show offers with votes cast in the last <min_days> days |
| min_votes |
6 |
Will show offers with at least <min_votes> votes
cast |
| show_percent |
1 |
Show the percent recommended?
(1=yes 0=no) |
| show_votes |
1 |
Show the # of votes cast?
(1=yes 0=no) |
| show_stats |
0 |
Show the day and vote stats? (helps gives users context)
(1=yes
0=no) |
Example:
- Modify the code in the iframe where you see the RTO_offerlist.php
- This example querystring will hide the vote count,
show
the stats and show the percentages.
RTO_offerlist.php?show_votes=0&show_stats=1&show_percent=1
Note: To display ALL offers on RTO, set min_days to 999 |