This example displays the feed items with the item description as a link.
$(document).ready(function () { $('#test').rssfeed('http://www.zazar.net/blog/rss.xml', { limit: 5, linkcontent: true }); });