=== Spreaker Shortcode === Contributors: Spreaker Tags: spreaker, shortcode, audio, embed, widget, player, podcast, music, sound Requires at least: 2.5.0 Tested up to: 4.4 Stable tag: 1.2.4 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 requires the unique identified of the resource play. It can be only of the following: * `episode_id`: id of the episode to embed * `show_id`: id of the show, whose latest episode should be displayed * `user_id`: id of the user, whose latest episode should be displayed The plugin also supports the following 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.4 = * FIX: the plugin now supports sharing of user's latest episode via `user_id` param = 1.2.3 = * FIX: the plugin now supports both HTTP and HTTPS WordPress websites * Tested with WordPress 4.4 = 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