cj123 / lastfm-nowplaying-widget

A last.fm now playing widget for a website.

Home Page:http://www.icj.me/projects/nowplaying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A last.fm now playing widget for a website.

http://www.icj.me/projects/nowplaying

License:MIT License


Languages

Language:CSS 86.6%Language:PHP 13.4%