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
