Each feed can be customized by appending url variables to the url as necessary. If they're not present default values are used. The only required value is 'ref', except for the Max Glamour feed 'site' must also be set or it will default to Mac and Bumble.
*** NOTE - YOU CAN ONLY GET A NEW POST GENERATED ONCE PER DAY PER AFFILIATE ID FOR EACH FEED - If you try to change the variables and pull the feed again it will not update with the changes in variables ***
Standard SEO text and image feeds:
Base url(values in [ ] are optional):
| http://www.bumblecash.com/rss/?ref=xxxxxx[&site=MAC][&style=x][&num=x] |
URL Variables:
&site= The site to pull from
MAC: (default) Mac & Bumble - http://www.bumblecash.com/rss/?ref=xxxxxx&site=MAC
&num= Number of posts to pull (default 10, max 60) This is useful if you don't pull the feed daily or to grab additional content when you first add the feed.
&style= The layout of the post
0 : SEO text only
1 : (default) SEO text with one large image and 4 small images in a table (width of about 425 - For Max Glamour this style will not contain 4 small images)
2 : SEO text with one large image (width of about 320 px)
custom : SEO text with one large image and 4 small images all in uniquely named <div> tags to be styled and layed out via your own css. Div names are as follows:
<div id="bumbleLarge"> (Large image)
<div id="bumbleSmall1"> (1st small image)
<div id="bumbleSmall2"> (2nd small image)
<div id="bumbleSmall3"> (3rd small image)
<div id="bumbleSmall4"> (4th small image)
<div id="bumbleText"> (SEO text) |
Example:
| http://www.bumblecash.com/rss/?ref=123456&site=MAC&style=2 |
|