oxguy3

spout RB feeds

Oct 31st, 2011
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <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>
  2.  
Advertisement
Add Comment
Please, Sign In to add comment