Descrição
The Podbean shortcode plugin is an easy way to embed Podbean audio/video player into your WordPress blog. It works for any Podbean podcast. Once you install this plugin, it will work on all of your blog posts.
A simple example:
[podbean type=audio-square resource="episode=g82ab-2f688" skin="5" auto="1"]
[podbean type=multi playlist=http%3A%2F%2Fplaylist.podbean.com%2F781097%2Fplaylist_multi.xml height=315 skin=0]
More Options
Podbean shortcode requires the type of player. It can be only of the following:
type=X
: player type of the episode to embed (eg:audio-rectangle,audio-square,video,multi…).
Podbean shortcode requires the resource play. It can be only of the following:
resource="episode=X"
: X is id and id tag of the episode to embed.playlist=X
: X is multiple player playlist to embed.
The plugin also supports the following optional parameters:
width
: player’s width – can be in % or px (ie.100%
or400px
).height
: player’s height – can be in % or px (ie.100%
or400px
).share
: enables or disables the share button in player.skin
: player’s UI theme.auto
: enables or disables the autoplay. When1
it automatically starts playing when the player loads. Autoplay doesn’t work on most mobile browsers. Defaults to0
.
How to get the shortcode
Visit your podcast site and then click on the share button at the bottom of each episode : you can customize the appearance of the player and get the shortcode to copy and paste to your WordPress blog.
Help
If you need further help, please contact us at support.podbean.com.
Avaliações
Colaboradores e desenvolvedores
“Podbean Shortcode” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “Podbean Shortcode” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.0
- First Release