A repository of over 1000 quality jQuery plugins

jQuery jQuery Simplerss

jQuery Simplerss is a jQuery Social & RSS plugin.

Created by Till

A simple jQuery plugin to parse RSS feeds.

Not what you're looking for? Click here to view more Social & RSS jQuery plugins

jquery.simplerss

Inspired by some recent contract work, this is a really simple plugin to parse an RSS feed with jQuery - my first anyway.

Usage

Download 0.1.0 from downloads, include it along with jQuery then:

$('ul.posts').simplerss({url:'/rssfeed'}); // cross-domain is not supported

See demo.html in examples for a working example.

Available options (and their defaults) are:

url: '',
html: '<em><a href="{link}">{title}</a></em><br />{text}',
wrapper: 'li',
dataType: 'xml',
display: 2

For bleeding edge, you can also use jquery.simplerss.js but it may be broken. So better grab a download.

That's all.

License

New BSD License



You might also like these other Social & RSS jQuery Plugins

  • jquery-weui

    UI lib for build hybrid wechat web app

  • SocialCounters

    jQuery/PHP – Collection of Social Media APIs that display number of your social media fans.

  • jquery.JamCity

    JamCity is a jQuery plugin that uses the API from Last.Fm to pull your Last.Fm account info, tracks, albums, etc. […]