Forums

Embed Video into template (2 posts)

  1. websak
    Member
    Posted 9 months ago #

    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

  2. Skoua
    Member
    Posted 4 months ago #

    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.

Reply

You must log in to post.

About this Topic