Better Video Blogging For WordPress Using VideoJS
As a programmer it’s rare you come across software that does things exactly how you want it to. So imagine my surprise that after 3 months of using a new HTML 5 compatible video javascript plugin that I come away with very little bad things to say about it.
VideoJS HTML5 Compatible Player
The HTML 5 video player I’ve been using is called VideoJS and in my experience it’s easily the most compatible javascript based player that gives the most functional fallbacks, skin customisation options, and compatibility with different modern video formats.
Installation Is Easy
Installation is quite easy. Simply create a video tag using their embed code generator, then make a one line call to the VideoJS plugin after you’ve included the video.js file and style sheet.
VideoJS.setupAllWhenReady();
WordPress Support For VideoJS
Alternatively you can download the handy WordPress plugin which allows you to use a shortcode for embedding.
Extending VideoJS With My Better Video Vlogging Plugin For WordPress
I’ve even created a plugin which acts as a Vlogging helper called Better Video. Basically this adds a Video post type allowing you to create video posts and mix them into your existing theme. Want to have a dedicated video section? This plugin will help you out.
It’s only beta at the moment (see my github repository to get your copy) but I plan on submitting this to the WordPress.org plugin directory soon. Download it an let me know what you think. I’ve included a sample page template in there so you can view a list of your Video post type posts.
Would love to know what you think.
Did you like this article?
If you liked this article click one of the buttons below:
Claim your FREE report
"3 quick ways you can start making money as a programmer today"



I may have a client who could use such a plugin. We’re working out some details, but nothing is set yet.
Really like this design, too.
Haha cheers mate. It’s coming together.
If you want to use the plugin for your client work I’d say go for it. It’s still beta, so you’ll probably have to fork it and expand it as you need. Let me know if you make any improvements!