Simple as it gets. This example uses the default options to display a feed.
$(document).ready(function () { $('#test').rssfeed(' http://g1.globo.com/dynamo/rss2.xml'); });