=== gLastFM ===
Contributors: GabSoftware
Donate link: http://www.gabsoftware.com/donate/
Tags: music, lastFM, last.fm, scrobbling
Requires at least: 2.8
Tested up to: 3.1.1
Stable tag: 1.0.2
With this plugin you can show your recent, loved or favorite Last.fm tracks on your sidebar
== Description ==
This plugin allow bloggers to display a nice "Last.fm widget" that shows the recent, loved or favorite tracks scrobbled by Last.fm.
It differs from Lastfm-covers, from which it is based, on the following points:
- Better Last.fm error handling (no longer have PHP errors in case of failure)
- Use cached data if Last.fm data is unavailable
- Do not use Javascript
- Display the tracks as a list
- Clicking a track cover or title will redirect you to the track's Last.fm page
- Different pictures (see the 'licence' file in the theme directory)
- Clicking on the title of the widget will take you to the user's Last.fm page
- Code cleaning
- Corrected some translations
- Use of unique names for functions and global variables to avoid conflicts
- Respect Wordpress coding standards better
== Installation ==
This section describes how to install the plugin and get it working.
- Extract and upload the 'glastfm' directory to the '/wp-content/plugins/' directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Edit the plugin configuration in the wordpress "settings" category
- Add the widget in your sidebar
== Frequently Asked Questions ==
= A question ? =
If you have a question or a problem you can contact me on my website : http://www.gabsoftware.com/contact/
== Screenshots ==
1. gLastFM as it appears on the sidebar
== Changelog ==
= 1.0.1 =
* Corrected the case where the XML data is corrupted or incomplete
= 1.0.0 =
* Initial release