I am looking for a jQuery solution to parse RSS feeds. I want something reusable and easy...
Know of a plugin? Or a way to do this with jQuery base?
|
6
|
I am looking for a jQuery solution to parse RSS feeds. I want something reusable and easy... Know of a plugin? Or a way to do this with jQuery base?
|
|||
|
|
|
|
Use jFeed - a jQuery RSS/Atom plugin. According to the docs, it's as simple as:
|
||||||||
|
|
|
I found a few but have not tried any of them myself. The most promising looks like jFeed. |
||
|
|
|
|
Use Google AJAX Feed API unless your RSS data is private. It's fast, of course. http://code.google.com/apis/ajaxfeeds/examples.html
|
||
|
|
|
|
Should you decide to roll your own, you will find the specifications you require at the RSS Advisory Board |
||
|
|
|
|
|
||
|
|
|
|
We recently had to parse out XML from an RSS feed using purely jQuery - if you would like to take a look at some of our source code on how to get it done, feel free to download it from: http://blarnee.com/wp/myspace-blog-reader-widget-using-jquery-ajax-and-greybox/ |
||
|
|