Hello Does anyone know of a video plugin that i can use to embed video into my website, i need to be able to embed into the template.
Cheers
Hello Does anyone know of a video plugin that i can use to embed video into my website, i need to be able to embed into the template.
Cheers
I guess it's too late but you can use a plugin such as VideoJS to enable video shortcodes like [video].
Then you can insert a shortcode into your template with the do_shortcode() method like this:
<?php echo do_shortcode('[video mp4="/video.mp4" width="200" height="150"']); ?>
I just found out, it's pretty useful.
You must log in to post.