zRSSFeed - RSS feed with media attachments

The example below demonstrations extracting the media attachments from the enclosure tag in the feed.

Script

$(document).ready(function () {
	$('#test').rssfeed('http://demo.blogharbor.com/blog/Podcasting/index.xml', {
		limit: 5,
		linktarget: '_blank'
	});
});

Result