Any idea what triggers it to start working again?  We have our code on
all our client's pc's which we use as like a company ticker to push
out new information when we post to the blog.  I would have to go into
each clients machine and edit the code to add historical entries which
would be a big task....but if that is the only thing that will fix
it...it's better than nothing..

Where would I put the feed.includehistoricalentries () in this code? :
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);

On Nov 4, 12:57 am, omr <[email protected]> wrote:
> This 2008 discussion may be of historical interest (no pun intended):
>
> http://groups.google.com/group/google-ajax-search-api/browse_frm/thre...
>
> In that thread, the 6th post notes that in the Feed API returned the
> most recent results from the mentioned feed only if historical entries
> were requested.
>
> Three years later, that test case no longer demonstrates the problem.
> (The mentioned feed's most recent post is dated August 24 2010.  The
> Feed API can now return that entry regardless of whether historical
> entries are requested.)
>
> ...
>
> This 2010 report may also be of interest:
>
> http://code.google.com/p/google-ajax-apis/issues/detail?id=536
>
> Excerpt:
> "... In fact only with 'includeHistoricalEntries' I can retrieve ...
> [the] latest entry ...."
>
> One year later, the feed mentioned in that report is no longer
> available.  Although the Feed API may still have some entries cached
> from there, results no longer exhibit the mentioned issue.
>
> -- 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

Reply via email to