Website: http://www.jqueryscript.net
Rank: 144 / 357
2 selected articles
Simple RSS Reader With jQuery And Google Feed API ...
A simple yet customizable jQuery based RSS reader that allows to fetch and display any public Atom, RSS, or Media RSS feed on the webpage using Google Feed API .
How to use it:
1. Include the rssreader.css in the header to style the RSS reader.
2. Create an empty container for your RSS reader.
3. Include both jQuery JavaScript library and the rssreader.js at the bottom of the webpage.
4. Initialize the RSS reader and...
Related topics : jquery rss feed reader script / google rss feed reader api / using google reader for rss feeds / my google reader rss feed / google rss feed reader for website
jQuery Plugin To Display RSS Feeds On Your Webpage - YRSS ...
YRSS is a jQuery RSS reader plugin which uses YQL to fetch data from any RSS feed and display it on your webpage. Easy to customize with lots of configuration options.
How to use it:
1. Load jQuery library and the jQuery YRSS plugin at the end of the html document.
2. Create a container to place your RSS feeds.
3. Call the plugin on the container and specify the RSS source.
$('.rss-feed').yrss('http://feeds.feedburner.com/jquery-script?format=xml')
4. Style...
Related topics : jquery rss feed reader script / html rss feed reader script / rss feed reader script / create rss feed reader / best rss feed reader
2 Resources