Last.Fm Records

This plugin shows cd covers on your WordPress site. It connects to last.fm and grabs the list of cds you listened to recently and tries to find the cover images at last.fm.
WordPress Shortcode
The [lastfmrecords] shortcode gives you the opportunity to show cd covers in your posts. It uses the settings from the plugin, but you can add arguments to overrule them:
period="***": can be set torecenttracks,lovedtracks,tracks7day,tracks3month,tracks6month,tracks12month,tracksoverall,topalbums7day,topalbums3month,topalbums6month,topalbums12monthandtopalbumsoverallcount: number of covers to showstylesheet:simpleorhoverimgwidth: width (and height) of the cd coversuser: last.fm usernamerefreshmin: time between updates (only works for periodrecenttracks)ownapikey: use your own Last.Fm API key
For example:
[lastfmrecords user="xample" period="lovedtracks" count="14" stylesheet="hover"]<h3>jQuery plugin</h3>
Starting with version 1.7, the javascript in this plugin is a jQuery plugin. It means you can use it on non-WordPress sites with a little bit of code:
- include jQuery, and the ‘last.fm.records.js’ file from this plugin
- add
<div id="lastfmrecords_elem"></div>to your HTML (the id name is yours to choose, of course) -
use this piece of jQuery to show covers
jQuery(document).ready( function() {
jQuery(“#lastfmrecords_elem”).lastFmRecords(
{“period”: “recentttracks”, “user”: “lastfmusername”, “count”: “4”}
);
}); -
check the shortcode options for all arguments.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



