has feedburner not been abandoned by google (for all intents and purposes) ?

On Sun, Jan 23, 2011 at 2:56 PM, omr <[email protected]> wrote:
> You can request XML or mixed JSON & XML output,
> and find each entry's origLink element in the XML.
>
> Example (JavaScript, using mixed JSON & XML):
>
> Start with this sample:
>
>   http://code.google.com/apis/ajax/playground/#load_feed
>
> In the onLoad function, find this line:
>
>   feed.load(feedLoaded);
>
> ABOVE that line, add this:
>
>   feed.setResultFormat(google.feeds.Feed.MIXED_FORMAT);
>
> In the "feedLoaded" function's for-loop, find this line:
>
>   container.appendChild(div);
>
> BELOW that line, add the code given here:
>
>   http://codepad.org/gZ0HsN9s
>
> Run the code, and observe that the output shows the
> title and origLink URL of each returned feed entry.
>
> -- 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].
> For more options, visit this group at 
> http://groups.google.com/group/google-ajax-search-api?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].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to