=== acast === Contributors: acast.com Tags: iframe, media, podcasts, acast Tested up to: 3.9.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html [acast src="channel/acast" width="480" height="480"] shortcode == Description == Acast shortcode embeds the acast player (as seen on eg. [http://www.acast.com/varvet](http://www.acast.com/varvet)). Use the shortcode `[acast src="channel/acast" width="480" height="480"]` in your editor. Source can be set to `channel` or `channel/acast` or the full url `http://www.acast.com/channel/acast`. If you set `width="100%"` the player will automatically fit the width of your blog post. == Other Notes == = acast params: = * **src** - Specify which acast to embed, use full url `src="http://www.acast.com/channel/acast"` or `src="channel/acast"`. You can also specify just the `src="channel"` for the latest episode. (REQUIRED) * **width** - width in pixels or in percents (by default width="480") * **height** - height in pixels (by default height="480", will be set to `auto` if `width="100%"`) * **https** – use https instead of http `[acast src="..." https="on"]` * **any_other_param** - allows to add new parameter of the iframe `[acast any_other_param="any_value"]` * **any_other_empty_param** - allows to add new empty parameter of the iframe (like "allowfullscreen" on youtube) `[acast any_other_empty_param=""]` == Screenshots == 1. The embed player generated by the [acast] shortcode 2. How to use the shortcode from the editor == Installation == 1. install and activate the plugin on the Plugins page. 2. add shortcode `[acast src="http://www.acast.com/channel/acast" width="..." height="..."]` to page or post content. == Changelog == = 0.4 = * Enabled channel url as source, to get the latest episode. = 0.3 = * Added mp3 link for RSS generators = 0.2 = * Added responsive functionality = 0.1 = * [acast] shorturl