🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

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.

feed RSS

Documentation

RssReader

jQuery RSS Reader

Options

limit: number, header: boolean, titletag: string, content: boolean, date: boolean, showerror: boolean, errormsg: string, linktarget:  _blank or _self

Options by default

limit: 10, header: true, titletag: "h4", date: true, content: true, showerror: true, errormsg: "", linktarget: "_blank"

Example

$(document).ready(function () { 	$("#rssReader").rssreader("RSS_CHANNEL_LINK"); });

You May Also Like