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.
- Upload the folder to the
wp-content/plugins
directory.
- Activate the plugin through the 'Plugins' menu in WordPress
- Configure under
Settings
>> Last.Fm Records
4a. (widget) If you want to show the cd covers in your sidebar, go to the widgets settings and enable the widget. Here you can add a title for the widget.
4b. (shortcode) this plugin now has its own shortcode:
[lastfmrecords]
. It uses the global plugin settings, but comes with arguments to overrule them. More info on the arguments under
Shortcode info
.
1.7.9
- fixed bug where link on cover images was wrong.
1.7.8
- fixed a warning when stylesheet was not set in the shortcode
- tested under WordPress 4.1.1
1.7.7
1.7.6
- cleaned up some messy code
- fixed a bug in Safari
- fixed: jQuery logged to console even when told not to in the settings
1.7.5
- default thumbnail image no longer at last.fm, yet in the plugin folder.
- tested with WordPress 4.0
- show bigger images when available at last.fm
- added icons and header image to plugin
1.7.4
- fixed a bug where album covers were not shown for your topalbums (thanks to wordpress.org user nszumowski for solving the bug for me)
1.7.3
- added topArtists to the period options. Thanks to matthew_darcy for suggesting it.
- fixed some typos in the readme.txt
1.7.2
Fixed the stylesheet issue that was fixed in 1.7.1
1.7.1
- only load javascript when widget or shortcode is found on the page
- get last.fm username from settings when not specified in shortcode
- stylesheet fixes (resizing of covers)
- fixed logging to console (doubt anyone cares but me)
1.7
- restructured the code, the javascript now is a jQuery plugin
- added a WordPress shortcode
- changed "you have to" into "please" in the last.fm.records.js file
1.6.2
- fixed periods
tracks7day
, tracks6month
, tracks12month
and tracksoverall
1.6.1
- last.fm added a new check, fixed it in the javascript
- moved donation notification below settings
- revised list of periods (see Options)
1.6
- plugin code adds jQuery dynamically when not included in theme
- rewritten configuration page using WordPress Settings API
- the plugin now uses the timezone you have set in WordPress
- added option to open links in new screen
- processed buglist
1.5.5
- added a check for the links back to last.fm
1.5.4
- you can choose different styles (it's still possible to disable this and use your own stylesheet)
- changed code for widget functionality to the way it should be for WP2.8 and up
- name of div is no longer in settings, as it can be confusing
- [lastfmrecords|period|count] is back! Use it in your pages and posts!
1.5.3
- fixed an issue where the width of the image was not actually set
1.5.2
- selecting a period is back
1.5.1
- total rewrite, works again under PHP4
- now works under Wordpress 2.8
- can be used on any site without Wordpress (see readme.txt)
- auto refresh (in minutes) added to settings