Video

Youtube

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

parameters
  • type : youtube; vimeo; dailymotion; flash;
  • clipid – Used for Youtube, Vimeo and Dailymotion
  • src – Used only for flash movies
  • width – video frame width
  • height – video frame height

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]
Leave a comment