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.
Thread Starter
Skoua
(@skoua)
Ok so I disabled the multisite and the site went up.
I guess there’s something going wrong with the multisite, I checked the WP support about it but haven’t found anything useful for now.
If you have an idea…