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