Audio and video

Self hosted audio

[sourcecode language= »html »]
[audio ogg=
"http://www.jplayer.org/audio/ogg/Miaow-07-Bubble.ogg"
mp3=
"http://www.jplayer.org/audio/mp3/Miaow-07-Bubble.mp3"]
[/sourcecode]
[shortcode_params name= »audio »]

Self hosted video

[sourcecode language= »html »]
[video m4v=
"http://www.jplayer.org/
video/m4v/Big_Buck_Bunny_Trailer.m4v"
ogv="http://www.jplayer.org/
video/ogv/Big_Buck_Bunny_Trailer.ogv"
width="460"]
[/sourcecode]
[shortcode_params name= »video »]

Direct link

[sourcecode language= »html »]
[video link=
"http://www.youtube.com
/watch?v=6kw1UVovByw"]
[/sourcecode]

Youtube

[sourcecode language= »html »]
[video type="youtube"
clipid="6kw1UVovByw"]
[/sourcecode]

Vimeo

[sourcecode language= »html »]
[video type="vimeo"
clipid="9335203"]
[/sourcecode]

Dailymotion

[sourcecode language= »html »]
[video type="dailymotion"
clipid="xf3fk2"]
[/sourcecode]

Flash

[sourcecode language= »html »]
[video type="flash" src=
"http://www.youtube.com/
v/AY2HPvoqSTE"]
[/sourcecode]
Back to top