Hi, Does anyone know how to use the _IG_FetchFeedAsJSON method to get the total number of entries in a feed....for example if it was a feed for a blogger blog, and that blog has a total of 140 entries, how would you get the number 140 to put into a variable? After googling, the closest to an answer i could find is:
var total = parseInt(feed.openSearch$totalResults.$t,10); where feed is the object that is returned by _IG_FetchFeedAsJSON. However, I've tried this and it gives me a null! Please help as I've tried everything and am at my wit's end!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
