↧
Answer by Ralph David Abernathy for Changing the number of results using...
I found the solution to my problem:<script type="text/javascript">google.load("feeds", "1");function initialize() { var control = new google.feeds.FeedControl(); control.setNumEntries(25);...
View ArticleChanging the number of results using Google Feed API
I'm trying increase the number of items that appear on this webpage using the Google Feed API to 25 instead of 4 items: http://ewh.ieee.org/reg/1/sac/news.phpHere is the JS:<script...
View Article