=== Spotify Play Button === Contributors: wolfiezero Donate link: http://wolfiezero.com/donate/ Tags: spotify, play button, music Requires at least: 3.0 Tested up to: 3.3.1 Stable tag: 1.0 Easily add the Spotify Play Button via a short code == Description == Easily add the Spotify Play Button to your post and pages in WordPress by using the short code `[spotify-play]`. = Examples = Simply track play (most basic requirement) `[spotify-play src="spotify:track:1PP5EnZyE465gO0XNDcW9D"]` Change the theme to white (aka "light") `[spotify-play src="spotify:track:1PP5EnZyE465gO0XNDcW9D" theme="white"]` Use the compact size `[spotify-play src="spotify:track:1PP5EnZyE465gO0XNDcW9D" size="compact"]` View in cover art mode `[spotify-play src="spotify:track:1PP5EnZyE465gO0XNDcW9D" view="coverart"]` Cutomise the width and height `[spotify-play src="spotify:track:1PP5EnZyE465gO0XNDcW9D" width="100" height="50"]` Mix and match `[spotify-play src="spotify:artist:5LfGQac0EIXyAN8aUwmNAQ" theme="white" size="compact"]` = Note = This plugin is no-way affiliated with Spotify. == Installation == 1. Download and unzip 2. Upload to your `wp-content/plugins` folder 3. Activate from the dashboard 4. Add or edit a post or page 5. Add the short code [spotify-play src=""] with the "Spotify URI" in between the `src` quotes == Frequently Asked Questions == = I have an issue with Spotfy Play Button plugin, where do I go to report the issue? = There are a number of places, the most popular being on the [WordPress.org forum](http://wordpress.org/tags/spotify-play-button?forum_id=10), you can also report an issue on [Github page](https://github.com/WolfieZero/wp-spotify-play-button/issues/) or [contact myself directly](http://wolfiezero.com/contact/). = Is there a bleeding edge version of Spotfy Play Button? = Yes there is! It's on [Github](https://github.com/WolfieZero/wp-spotify-play-button/). == Changelog == = 1.0 = * Initial release