This is a simple jQuery plugin to display your recently played tracks from last.fm. You can show multiple feeds on a single page and set a unique refresh time for every single one. Also you have various options to control what is showed.
To create a feed the following code is everything you need:
$('#lastBox').lastplayed({
apikey: 'f65b2b...',
username: 'YourName'
});
For more information check the js file and the README.md.
You can try it yourself by typing your Last.fm Username in the input field below. The feed you will get is limited to 5 entries and refreshes every 30 seconds.