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'.
*** 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 ***
Video Feed:
Base url(values in [ ] are optional):
| http://www.bumblecash.com/rss/video.xml?ref=xxxxxx[max_width=xxx][&num=x] |
URL Variables:
&max_width= The maximum width for the video to be displayed. Set this value to the width in pixels that each post must fit into in your blog.
&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
custom: SEO text with video in uniquely named <div> tag to be styled and layed out via your own css. Div name is as follows:
| <div id="bumbleText"> (SEO text) |
Example:
| http://www.bumblecash.com/rss/video.xml?ref=123456&max_width=400&num=2&style=custom |
|