↧
Answer by NicolasT for Google AJAX Feed API: How to display 6 blog entries...
var feed = new google.feeds.Feed("http://www.digg.com/rss/index.xml");feed.setNumEntries(6)feed.load(function(result) {...Try that.Read more here.
View ArticleGoogle AJAX Feed API: How to display 6 blog entries rather than the default 4...
I need some help in using Google AJAX Feed API. As we know by default this API lists latest 4 blog entries. What code changes to do so that it shows say 5 or 6 latest entries? I cant figure it out in...
View Article