1) Script Title: gfeedfetcher
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...sdisplayer.htm
3) Describe problem: I've added 3 feeds and told it to sort by date, but rather than sort ALL items by date it seems to sort each feed by date and append?
EXAMPLE:
This gives me output everything from first feed, then everything from third feed. Some reason it doesn't show second feed items. I haven't doublechecked on the url yet.Code:var newsfeed=new gfeedfetcher("example3", "example3class", "_new"); newsfeed.addFeed("John Viele", "http://social.msdn.microsoft.com/Profile/u/activities/feed?displayName=John%20Viele"); newsfeed.addFeed("Mark Alexander", "http://social.msdn.microsoft.com/Profile/mark.alexander/activity"); newsfeed.addFeed("NPR Tech", "http://www.npr.org/rss/rss.php?id=1019"); newsfeed.displayoptions("label datetime snippet"); //show the specified additional fields newsfeed.setentrycontainer("p"); //Display each entry as a paragraph newsfeed.filterfeed(25, "label", "date"); //Show X entries, sort by date newsfeed.init(); //Always call this last



Reply With Quote
Bookmarks