Google Feed API

124 views
Skip to first unread message

Asaf Ron

unread,
May 23, 2015, 8:22:25 PM5/23/15
to google-ajax...@googlegroups.com
Can anybody point me out, on how to retrieve rss channel image?
This is what I do, but the feed object does not contain any image.

var feed = new google.feeds.Feed("");
feed.setResultFormat(google.feeds.Feed.MIXED_FORMAT);
feed.load(function(result) {
   
if (!result.error) {
       
// Do stuff here
   
}
});

Thanks.
Reply all
Reply to author
Forward
0 new messages