A simple widget that displays a user's currently played song on last.fm.
- load the last.fm widget in an iframe (recommended). e.g. for html5 doctype
<iframe src="http://www.icj.me/plugins/nowplaying.php?username=<user>&color=<color>" seamless></iframe>
- replacing
<user>
with your username and<color>
with either red or black. - If you wish to prevent autorefresh, add
&autorefresh=no
Alternatively, fork this repo and customise it to your liking! :)