zRSSFeed - Basic RSS feed example

Simple as it gets. This example uses the default options to display a feed.

Script

$(document).ready(function () {
	$('#test').rssfeed(' http://g1.globo.com/dynamo/rss2.xml');
});

Result