Hello,

I have a simple code that I use to get an RSS feed. I'm using this Google 
Ajax API endpoint to do so (for example, for the 
URL http://www.engadget.com/rss.xml):

var url = 
http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&callback=&context=&output=json&q=http%3A%2F%2Fwww.engadget.com%2Frss.xml


$.getJSON(url, function(data) {

 

// code

 

}, "jsonp");


My question is: is it possible to load two feeds using this approach? (Is 
it possible at all?) Should I do this by following what's here: 
https://developers.google.com/feed/v1/devguide

Thanks

-- 
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
https://groups.google.com/d/msg/google-ajax-search-api/-/pXgRbK_oBVAJ
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to