Audio
To create an audio player, use the [audio]
shortcode
[audio] [source type="audio/mp3" url="images/demo/audio/sample.mp3"][/source] [/audio]
Video
To create an video player, use the [video]
shortcode
[video poster="/images/demo/video/poster.jpg"] [source type="video/mp4" url="images/demo/video/big_buck_bunny.mp4"][/source] [source type="video/webm" url="images/demo/video/big_buck_bunny.webm"][/source] [/video]
You can also stream youtube or vimeo videos using the player, by using the following shortcodes, where the id
is the video id on the respective channel
Youtube
[youtube id="YE7VzlLtp-4"][/youtube]
Vimeo
[vimeo id="1084537"][/vimeo]