Thanks for the test.....I discovered something strange about the way the DD script works. If the feed before Google has only one item, then that Google feed will show only one item. If the feed before Google has 4 items, then the Google line will show four items, etc. If I put it in as the first line, it will display 6 items. I haven't been able to figure out what's going on, but there is definitely something controlling the number of elements retrieved from the feed and apparently by the number of elements in the previous line. The lines that I'm using for testing are:
HTML Code:
socialfeed.addFeed("NASA", "http://www.nasa.gov/rss/image_of_the_day.rss")
socialfeed.addFeed("A", "http://modis.gsfc.nasa.gov/rss/rss.xml")
socialfeed.addFeed("B", "http://earthobservatory.nasa.gov/eo.rss")
socialfeed.addFeed("C", "http://www.nasa.gov/rss/NASAcast_video.rss")
socialfeed.addFeed("D", "http://feeds.foxnews.com/foxnews/science")
socialfeed.addFeed("E", "http://news.google.com/news?hl=en&ned=us&q=modis+image&ie=UTF-8&output=rss")
socialfeed.addFeed("F", "http://news.google.com/news?hl=en&ned=us&q=modis+fire&ie=UTF-8&output=rss")
socialfeed.addFeed("G", "http://news.google.com/news?hl=en&ned=us&q=modis+dust&ie=UTF-8&output=rss")
socialfeed.addFeed("H", "http://rss.news.yahoo.com/rss/oped")
socialfeed.addFeed("I", "http://rss.news.yahoo.com/rss/climatechange")
socialfeed.addFeed("J", "http://rss.news.yahoo.com/rss/pollution")
socialfeed.addFeed("K", "http://rss.news.yahoo.com/rss/environment")
This isn't the order that I had them in originally, but try it out and you will see that the number of elements displayed for the different topics change with the order in the script.....
Bookmarks