So, the report is that the dev team is having trouble reproducing this with any feeds other than the specified in the thread. So this is a request for anyone who may be seeing similar behavior to provide a URL for additional feeds. The behavior is as follows:
When loading a feed via the Feeds API, the Feeds API returns old posts by default. By calling the .includeHistoricalEntries() method via the JS API or including the scoring=h parameter to the RESTful endpoint, new posts are returned. If you're seeing this behavior with your (or any) feed, please post back to this thread. Thank you. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Nov 1, 2011, at 9:02 AM, DataPlus support wrote: > I am using the dynamic feed reader to bring in posts from my Blogger > account. It will not bring in any new posts since Nov 2 2010....there > have been 17 posts since then....my facebook and website get all the > new posts....just not the dynamic feed reader. > > The blog is mydataplus.blogspot.com > > It's driving me insane!!!! Any Ideas? > > > The code I am using is: > /* > * How to use the Dynamic Feed Control, which has pretty UI already > made for you! > * Don't forget to check out the options: > * http://www.google.com/uds/solutions/dynamicfeed/reference.html > */ > > google.load('feeds', '1'); > > function OnLoad() { > var feeds = [ > { > title: '...More News', > url: 'http://mydataplus.blogspot.com/feeds/posts/default' > > } > ]; > > var options = { > numResults : 10, > stacked : true, > horizontal : false, > title : "DataPlus" > }; > > new GFdynamicFeedControl(feeds, 'content', options); > document.getElementById('content').style.width = "500px"; > } > > google.setOnLoadCallback(OnLoad); > > -- > You received this message because you are subscribed to the Google > Groups "Google AJAX APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > To view this message on the web, visit > http://groups.google.com/group/google-ajax-search-api?hl=en_US > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
