Videojs HTML5 Player
Embed video file beautifully in WordPress using Video.js HTML5 Player. Embed HTML5 compatible responsive video in your post/page with Video.js.
The facts
- Rating
- 4.7★ from 18
- Active installs
- 8k+
- Price
- Free
- Last updated
- 24 May 2026
- Added
- May 2015
- Requires WP
- 4.2
- Tested up to
- WP 7.0.4
- Downloads
- 186,060
Our analysis
AI-assistedVideo.js HTML5 Player is a WordPress plugin that enables you to embed video files into your posts or pages. It supports both self-hosted and externally hosted video files using the Video.js library, making it suitable for various types of video content.
The plugin allows for responsive video embedding, ensuring a better viewing experience on mobile devices. It supports multiple video formats, including MP4, WebM, and Ogv, and includes features such as automatic playback and the option to add poster images.
Best for: This plugin is suitable for anyone looking to embed videos on their WordPress site, particularly those who need a simple solution for video playback.
What it does well
- ✓Supports embedding of MP4, WebM, and Ogv video files
- ✓Responsive design for mobile devices
- ✓No watermark on the video player
- ✓Easy to use shortcode for embedding videos
- ✓Compatible with modern browsers
Where it falls short
- •Limited feature information provided
- •No detailed support or documentation mentioned
Verdict
Video.js HTML5 Player offers a straightforward way to integrate video content into your WordPress site. It is a good option if you require basic video embedding capabilities.
From the developer
Noor Alam's own description of Videojs HTML5 Player, lightly tidied.
Video.js HTML5 Player is a user-friendly plugin that supports video playback on desktop and mobile devices. It makes super easy for you to embed both self-hosted video files or video files that are externally hosted using Video.js library.
Video.js HTML5 Player Add-ons
Video.js HTML5 Player Features
- Embed MP4 video files into a post/page or anywhere on your WordPress site
- Embed responsive videos for a better user experience while viewing from a mobile device
- Embed HTML5 videos which are compatible with modern browsers
- Embed videos with poster images
- Embed videos using videojs player
- Automatically play a video when the page is rendered if the device and browser support it
- Embed videos uploaded to your WordPress media library using direct links in the shortcode
- Clean and sleek player with no watermark
- fallbacks for other HTML5-supported filetypes (WebM, Ogv)
- HTTP streaming
How to Use Video.js HTML5 Player
In order to embed a video create a new post/page and use the following shortcode:
[videojs_video url="https://example.com/wp-content/uploads/videos/myvid.mp4"]
Here, “url” is the location of the MP4 video source file (H.264 encoded). You need to replace the sample URL with the actual URL of the video file.
Video Shortcode Options
The following options are supported in the shortcode.
WebM
You can specify a WebM video file in addition to the source MP4 video file. This parameter is optional.
[videojs_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" webm="https://example.com/wp-content/uploads/videos/myvid.webm"]
Ogv
You can specify a Ogv video file in addition to the source MP4 & WebM video files. This parameter is optional.