Plugin Directory

Recently on Last.fm

  1. Unzip lastfm-recent-tracks-widget.zip and upload the entire folder to wp-content/plugins.
  2. Activate the plugin through the 'Plugins' menu in WordPress

Widget Enabled Themes

  • Go To The Widget Screen Under Appearance.
  • Add The Recently on Last.fm Widget.
  • Add Your own Last.fm username to see your recent tracks.
  • Select The number of Recent Tracks you want to display
  • Save your changes

Non Widget Enabled Themes

  • Add the jquery.lastfm.js file to the head of your document
  • Add The following HTML to your sidebar, replacing __YOURUSERID__ with your actual Last.fm username
  • <div class="last_fm_recent_tracks_bx">
        <style type="text/css">
            <!--
                .sp_list_itm_span { display:block; }
            -->
        </style>
    <h4><a href="http://www.last.fm/user/__YOURUSERID__" target="blank">Recently on Last.fm</a></h4>
     <ul id="recent_on_last_fm_itm_list"></ul>
     <script type="text/javascript">
        jQuery('#recent_on_last_fm_itm_list').lastfm({ params : { limit : 5, user : '__YOURUSER_ID__' } })
     </script>
    </div>

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(2 ratings)