Title: HTML5 Video Player for WordPress
Author: onigetoc
Published: <strong>August 22, 2016</strong>
Last modified: February 11, 2017

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-video-html5-video-player/assets/icon-256x256.jpg?rev=1592635)

# HTML5 Video Player for WordPress

 By [onigetoc](https://profiles.wordpress.org/onigetoc/)

[Download](https://downloads.wordpress.org/plugin/wp-video-html5-video-player.zip)

 * [Details](https://test.wordpress.org/plugins/wp-video-html5-video-player/#description)
 * [Reviews](https://test.wordpress.org/plugins/wp-video-html5-video-player/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/wp-video-html5-video-player/#installation)
 * [Development](https://test.wordpress.org/plugins/wp-video-html5-video-player/#developers)

 [Support](https://wordpress.org/support/plugin/wp-video-html5-video-player/)

## Description

A video plugin for WordPress built on the Video.js HTML5 video player library. Updated
for Videojs 5.0+ with a more beautifull skin. Embed HTML5, Flash video in your post
or page. Play HTML5, FLV, HLS, m3u8, mp4, Youtube, Dailymotion, Vimeo.

Compatible with the WordPress core [video] shortcode and work with the WordPress
insert media button.

Videojs didn’t update their Videojs to 5.0+ for WordPress and i decided to do it
and share it on the WordPress plugins page.

View [videojs.com](http://videojs.com) for additional information.

 * Use the [videojs] shortcode in your post or page using the following options.
 * Can use the WordPress default [video] shortcode.
 * Compatible with the old Videojs version.
 * NEW HLS (HTTP Live Streaming) Live Streaming Video m3u8 (Pro Version).
 * Skin Builder – Generate your own skin or choose bettween prebuild skins (Pro 
   Version).

**Using video Shortcodes**
 [Using video Shortcodes](https://wordpress.org/plugins/wp-video-html5-video-player/other_notes/)

**Video Pro – Skin builder**
 Build your own skin with Video Pro, Allo you to create
your own skin or use the prebuild demos skins to start and help you creating you
own skin. Now play HLS (HTTP Live Streaming) like m3u8 streaming video

**HLS (HTTP Live Streaming) m3u8 Demo**: [Video Pro skin builder hls demo (m3u8)](http://www.scriptsmashup.com/wordpress-plugins/hls-http-live-streaming-video-for-videojs-plugin-for-wordpress-m3u8)

**more infos at:** [Video Pro skin builder](http://www.scriptsmashup.com/product/video-pro-skin-builder).

**Demo**: [Video Pro skin builder demo](http://codesniff.com/plugins/videojs-skin-generator-plugin-demo-for-wordpress)

**Demo Video Pro**

### Video Shortcode Options

### mp4

The location of the h.264/MP4 source for the video.

    ```
    [videojs mp4="http://vjs.zencdn.net/v/oceans.mp4"]
    ```

### ogg

The location of the Theora/Ogg source for the video.

    ```
    [videojs ogg="http://vjs.zencdn.net/v/oceans.ogg"]
    ```

### webm

The location of the VP8/WebM source for the video.

    ```
    [videojs webm="http://vjs.zencdn.net/v/oceans.webm"]
    ```

### Flash FLV

The location of the FLASH/FLV source for the video.

    ```
    [videojs fvl="http://www.sample-videos.com/video/flv/480/big_buck_bunny_480p_10mb.flv"]
    ```

### youtube

The location of the YouTube source for the video.

    ```
    [videojs youtube="https://www.youtube.com/watch?v=mcixldqDIEQ"]
    ```

### poster

The location of the poster frame for the video.

    ```
    [videojs poster="http://vjs.zencdn.net/v/oceans.png"]
    ```

### width

The width of the video.

    ```
    [videojs width="640"]
    ```

### height

The height of the video.

    ```
    [videojs height="264"]
    ```

### preload

Start loading the video as soon as possible, before the user clicks play.
 Use ‘
auto’, ‘metadata’, or ‘none’. Auto will preload when the browser or device allows
it. Metadata will load only the meta data of the video.

    ```
    [videojs preload="auto"]
    ```

### autoplay

Start playing the video as soon as it’s ready. Use ‘true’ or ‘false’.

    ```
    [videojs autoplay="true"]
    ```

### loop

Causes the video to start over as soon as it ends. Use ‘true’ or ‘false’.

    ```
    [videojs loop="true"]
    ```

### controls

Use ‘false’ to hide the player controls.

    ```
    [videojs controls="false"]
    ```

### muted

Use ‘true’ to initially mute video.

    ```
    [videojs muted="true"]
    ```

### id

Add a custom ID to your video player.

    ```
    [videojs id="movie-id"]
    ```

### class

Add a custom class to your player. Use full for floating the video player using ‘
alignleft’ or ‘alignright’.

    ```
    [videojs class="alignright"]
    ```

### Tracks

Text Tracks are a function of HTML5 video for providing time triggered text to the
viewer. To use tracks use the [track] shortcode inside of the [video] shortcode.
You can set values for the kind, src, srclang, label, and default attributes. More
information is available in the [Video.js Documentation](http://videojs.com/docs/tracks/).

    ```
    [videojs][track kind="captions" src="http://vjs.zencdn.net/v/oceans-captions.vtt" srclang="en" label="English" default="true"][/videojs]
    ```

### All Attributes Example

    ```
    [videojs mp4="http://vjs.zencdn.net/v/oceans.mp4" ogg="http://vjs.zencdn.net/v/oceans.ogv" webm="http://vjs.zencdn.net/v/oceans.webm" poster="http://vjs.zencdn.net/v/oceans.png" 
    preload="auto" autoplay="true" width="640" height="264" id="movie-id" class="alignleft" controls="false" muted="true"][track kind="captions" src="http://example.com/path/to/captions.vtt" srclang="en" label="English" default="true"][/videojs]
    ```

### Compatible with WordPress core video shortcode

The location of the h.264/MP4 source for the video.

    ```
    [video mp4="http://vjs.zencdn.net/v/oceans.mp4"]<h3>Video.js Settings Screen</h3>--------------------------
    ```

The values set here will be the default values for all videos, unless you specify
differently in the shortcode. Uncheck “Use CDN hosted version?” if you want to use
a self-hosted copy of Video.js instead of the CDN hosted version. _Using the CDN
hosted version is preferable in most situations._

If you are using a responsive WordPress theme, you may want to check the _Responsive
Video_ checkbox.

Uncheck the _Use the [video] shortcode?_ option **only** if you are using WordPress
3.6+ and wish to use the [video] tag for MediaElement.js. You will still be able
to use the [videojs] tag to embed videos using Video.js.

## Screenshots

 * [[
 * Settings and options
 * [[
 * Video Pro – Skin Builder

## Installation

This section describes how to install the plugin and get it working.

 1. Upload the `videojs-html5-video-player-for-wordpress` folder to the `/wp-content/
    plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the [videojs] shortcode in your post or page using the following options.

## Reviews

![](https://secure.gravatar.com/avatar/713def4de922038e96fc27d9dc830db0d856901914cc8af2bd32d0a66fb1c7a1?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-6516/)󠁿

 [zatanx](https://profiles.wordpress.org/zatanx/) October 28, 2019

Perfect for autoplay video

![](https://secure.gravatar.com/avatar/fa4651e21e3197e9895a6e2a31e9fc1238b9c93375b4072c7a6e107f722447a4?
s=60&d=retro&r=g)

### 󠀁[easy to custom,Perfect for my need.](https://wordpress.org/support/topic/easy-to-customperfect-for-my-need/)󠁿

 [boule](https://profiles.wordpress.org/boule/) February 9, 2017

Perfect for my need, Youtube video with my own skin

![](https://secure.gravatar.com/avatar/5252968bcd4596edb032502c74f6a22981c92798b6fa822e49aafd76ac72b166?
s=60&d=retro&r=g)

### 󠀁[Does not work on Google Chrome](https://wordpress.org/support/topic/does-not-work-on-google-chrome/)󠁿

 [mrmeeeseeks](https://profiles.wordpress.org/mrmeeeseeks/) February 2, 2017 1 reply

Works perfect on Firefox but not on Google Chrome.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/)

## Contributors & Developers

“HTML5 Video Player for WordPress” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ onigetoc ](https://profiles.wordpress.org/onigetoc/)
 *   [ Dustin Lammiman ](https://profiles.wordpress.org/nosecreek/)

[Translate “HTML5 Video Player for WordPress” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-video-html5-video-player)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-video-html5-video-player/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-video-html5-video-player/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-video-html5-video-player/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-video-html5-video-player/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 4.5.5

 * Add support for FVL / Flash video
 * EX: [videojs fvl=”http://www.sample-videos.com/video/flv/480/big_buck_bunny_480p_10mb.
   flv”]

#### 4.5.3

 * Add support for HLS HTTP Live Streaming (Pro version) m3u8 video

#### 4.5.1

 * Updated to use Video.js 5.4.6
 * Fluide videos
 * Remove useless CSS

#### 1.0

 * First release.

## Meta

 *  Version **4.5.5**
 *  Last updated **9 years ago**
 *  Active installations **200+**
 *  WordPress version ** 2.7 or higher **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-video-html5-video-player/)
 * Tags
 * [HTML5](https://test.wordpress.org/plugins/tags/html5/)[javascript](https://test.wordpress.org/plugins/tags/javascript/)
   [player](https://test.wordpress.org/plugins/tags/player/)[video](https://test.wordpress.org/plugins/tags/video/)
   [videojs](https://test.wordpress.org/plugins/tags/videojs/)
 *  [Advanced View](https://test.wordpress.org/plugins/wp-video-html5-video-player/advanced/)

## Ratings

 4.3 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-video-html5-video-player/reviews/)

## Contributors

 *   [ onigetoc ](https://profiles.wordpress.org/onigetoc/)
 *   [ Dustin Lammiman ](https://profiles.wordpress.org/nosecreek/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-video-html5-video-player/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.scriptsmashup.com/donation)