=== Spreaker Shortcode === Contributors: Spreaker Tags: spreaker, audio, embed Requires at least: 2.5.0 Tested up to: 3.9.1 Stable tag: 1.2 With this shortcode you can easily embed spreaker.com podcasts in your wordpress blog. == Description == With this shortcode you can easily embed spreaker.com podcasts in your wordpress blog. Simple as [spreaker show_id=] or [spreaker episode_id=]. Further configuration * **type** (player dimension: *standard* or *mini*. default *mini*) * **color** (player color: in hexadecimal format. *i.e. color=#ff0000*) * **autoplay** (whether or not the player should start play upon loading: *true* or *false*. default: *false*) * **width** (player width: px or percent) * **debug** (print debug information. useful if the player seems to render differently from the settings. default: *false*) If you have any issues please refer to the support forum == Installation == This section describes how to install the plugin and get it working. 1. Upload the folder `spreaker_shortcode` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place the shortcode `[spreaker show_id=]` in your post == Frequently Asked Questions == = Where do I find the ID of a show or episode? = On spreaker.com, click on the share link, customize the appearance of the player, and click on the "share on wordpress" link: you will get the shortcode matching your configuration with the precompiled ID. == Changelog == = 1.2 = * Updated the link to spreaker support forum = 1.1 = * Added coupon support = 1.0 = * First Release