> ... Where would I put [the call to includeHistoricalEntries]? ...
Try this:
...
var gfl = google.feeds.Feed.prototype.load;
google.feeds.Feed.prototype.load =
function() {
this.includeHistoricalEntries();
return gfl.apply(this, [].slice.call(arguments));
};
new GFdynamicFeedControl(feeds, 'content', options);
...
-- omr
--
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