WordPress Plugin: Last.fm Recently Loved

Last.fm Recently Loved is a simple WordPress plugin that displays just what it’s name says: your recently loved songs.  It’s currently running in the right-sidebar of this site.

Right now you have to add the following code to your template to get it to work:

<?php lastfm_recently_loved(); ?>

To do before I release it:

  • Complete the options menu
  • Make the plugin files conform to the WordPress standard

Would be nice to add soon:

  • Make the plugin a standard widget object
  • Cache song data so it doesn’t have to be requested from last.fm on every page request
  • Possibly implement alternative to fopen() such as cURL

Look for updates soon. If you have questions or would like to see a feature, leave a comment.