This plugin shows cd covers for cds your listened to, according to last.fm. It can show covers in a page or post, and you can add it as a widget.
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 to recenttracks, lovedtracks, tracks7day, tracks3month, tracks6month, tracks12month, tracksoverall, topalbums7day, topalbums3month, topalbums6month, topalbums12month and topalbumsoverallcount: number of covers to showstylesheet: simple or hoverimgwidth: width (and height) of the cd coversuser: last.fm usernamerefreshmin: time between updates (only works for period recenttracks)For example:
[lastfmrecords user="xample" period="lovedtracks" count="14" stylesheet="hover"]
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:
<div id="lastfmrecords_elem"></div> to your HTML (the id name is yours to choose, of course)jQuery(document).ready( function() {
jQuery("#lastfmrecords_elem").lastFmRecords(
{"period": "recentttracks", "user": "lastfmusername", "count": "4"}
);
});
Requires: 3.0 or higher
Compatible up to: 3.5.1
Last Updated: 2013-4-28
Downloads: 39,707
3 of 5 support threads in the last two months have been resolved.
Got something to say? Need help?