=== Spreaker Shortcode ===
Contributors: Spreaker
Tags: spreaker, shortcode, audio, embed, widget, player, podcast, music, sound
Requires at least: 2.5.0
Tested up to: 4.3.1
Stable tag: 1.2.2
A simple and easy way to embed Spreaker widgets into your WordPress blog.
== Description ==
The Spreaker shortcode plugin is an easy way to embed Spreaker audio player widgets into your WordPress blog. It works for any Spreaker track, collection, or user. Once you install this plugin, it will work on all of your blog posts.
A simple example:
`[spreaker episode_id=3331356]`
**More Options**
Spreaker shortcode supports these optional parameters:
* `type`: `standard` or `mini` (defaults to `mini`)
* `autoplay`: if `true` the player will automatically start playing (defaults to `false`)
* `width`: player width in px or % (ie. `100%` or `400px`)
* `debug`: if `true` will print some debug information, which is useful if the player renders differently than expected (defaults to `false`)
**How to get the shortcode**
Play any track on www.spreaker.com and then click on the **share button** in the player (bottom-right corner): you can customize the appearance of the widget and get the ShortCode to copy and paste to your WordPress blog.
**Help**
If you need further help, please contact us at help.spreaker.com.
== Changelog ==
= 1.2.2 =
* Tested with WordPress 4.3.1
= 1.2.1 =
* Tested with WordPress 4.1
* Added banner and icon
* Updated description
= 1.2 =
* Updated the link to spreaker support forum
= 1.1 =
* Added coupon support
= 1.0 =
* First Release