RSS Feed giving wrong result

11 views
Skip to first unread message

Sebs

unread,
Mar 21, 2012, 2:58:52 AM3/21/12
to google-ajax...@googlegroups.com
Hi ,
      I have used FEED Api and my RSS is http://219.64.5.9/androidwebservice/rssfeed.aspx?linkname=Demo but when i am checking it on 

http://code.google.com/apis/ajax/playground/?exp=feeds#load_feed  with the URL entered i am getting only one feed . Please your help will be appreciated.

Thank you


Jeremy Geerdes

unread,
Mar 21, 2012, 9:39:36 AM3/21/12
to google-ajax...@googlegroups.com
I'm not sure exactly what you're asking since you say the example is only pulling one feed, but you're only supplying one feed address. So I am assuming you're looking for one of two things:

Option 1: The API is not displaying all of the entries from the feed you provided
Considering that all three of the entries on your feed are dated the same, I don't understand why it's not displaying all of the entries. However, if you add the following line after var feed = new google.feeds.Feed(...); it will pull all of the entries from your feed.

feed.includeHistoricalEntries();

Option 2: You're trying to display multiple feeds with the same example
In this case, you will have to do some more extensive modification to the code. It may actually become easier to use a FeedControl ( http://code.google.com/apis/ajax/playground/?exp=feeds#feed_control ) or Dynamic Feed Control ( http://code.google.com/apis/ajax/playground/?exp=feeds#dynamic_feed_control_-_vertical ). If neither of these applications will suit your purposes, you'll need to provide a few more details about what you're trying to do before we can advise you further.

Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA

For more information or a project quote:

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!


Reply all
Reply to author
Forward
0 new messages