Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 545 Bytes

Last.fm Now Playing Widget

A simple widget that displays a user's currently played song on last.fm.

Usage

  • 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! :)