This example redirects feed links to a specified page with the original link appended to the end.
$(document).ready(function () {
$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews', {
limit: 5,
linkredirect: 'example_link_redirect2.html?link='
});
});