Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript"> var options = { title : 'Recommended Builds', /* Title of the feed block */ numResults : 3, /* Number of news items for each feed; default is 4 */ displayTime : 200000, /* Time in milliseconds each item is displayed; default is 5000 */ fadeOutTime : 0, /* Time in milliseconds for the current item fade out; default is 1000, 0 to suppress */ scrollOnFadeOut : false, /* Enable or disable scroll on fade out for the current item */ stacked : true /* Required for multiple feeds */ }; function loadRssFeed() { var feeds = [ { title: 'Spout-testing', /* Title of the feed */ url: 'http://ci.getspout.org/feed/Spout-testing/rssRecommended' /** URL of the feed */ }, { title: 'SpoutAPI-testing', /* Title of the feed */ url: 'http://ci.getspout.org/feed/SpoutAPI-testing/rssRecommended' /** URL of the feed */ } ]; var fg = new GFdynamicFeedControl(feeds, 'rss_feed', options); document.getElementById('rss_feed'); } google.load('feeds', '1'); google.setOnLoadCallback(loadRssFeed);</script>
Advertisement
Add Comment
Please, Sign In to add comment