I’ve started on chrome extension development and I need to know how to fetch,parse and display rss feed of a particular blog or you can direct me to a well explained resource.
Thanx in advance. 🙂
I’ve started on chrome extension development and I need to know how to fetch,parse
Share
Use jFeed.
The Google Feed API looks pretty reliable as well, if you don’t want to use jQuery for some reason.