Easy Video Player

Wordpress Plugin
Download latest - 1.1.8

Developers

naa986

Download Stats

Today 124
Yesterday 161
Last Week 1,166
All Time 283,610
Banner 772x250

Easy Video Player is a user-friendly WordPress video plugin to showcase your videos. You can embed both self-hosted videos or videos that are externally hosted using direct links.

Requirements

  • A self-hosted website running on WordPress hosting

Easy Video Player Features

  • Embed MP4 video into your website
  • Embed responsive video for a better user experience while viewing from a mobile device
  • Embed HTML5 video which are compatible with all major browsers
  • Embed video with poster images
  • Embed video with autoplay
  • Embed video with loop
  • Embed video with muted enabled
  • Customize the video player using modifier classes
  • Embed video using three different skins
  • Embed video using MediaElement player or default WordPress video player

Easy Video Player Plugin Usage

https://www.youtube.com/watch?v=EpoA4m3mkuI&rel=0

Embedding a Video in the Classic Editor

https://www.youtube.com/watch?v=RUaDFo4b3Ww&rel=0

Settings Configuration

It's pretty easy to set up this video player plugin. Once you have installed the plugin simply navigate to the Settings menu where you will be able to configure some options. Mostly you just to need check the "Enable jQuery" option. That will allow the plugin to make use of jQuery library.

Embedding Shortcodes for the Videos

Now it's time to finally embed a video shortcode. To do this create a new post/page and use the following shortcode:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4"]

Here, url is a shortcode parameter that you need to replace with the actual URL of the video file.

Video Autoplay

If you want a particular video to start playing when the page loads, you can set the "autoplay" option to "true":

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"]

Control Size

By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" width="500"]

The height will be automatically determined based on the ratio (please see the "Control Player Ratio section" for details).

Control Player Ratio

The player ratio is set to "0.417" by default. You can override it by specifying a different ratio in the shortcode:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" ratio="0.345"]

Control Player Skin

The video player comes with a default skin. But you can override it by specifying a different skin in the shortcode:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" class="fp-minimal"]

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" class="fp-playful"]

Video Loop

If you want a particular video to start playing again when it ends, you can set the "loop" option to "true":

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" loop="true"]

Video Player Template

If you want to use a different video player template, you can specify it in the "template" parameter:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" template="mediaelement"]

By default, the mediaelement template only loads the "metadata" of a video when the page loads. You can set it to "auto" or "none" with the preload parameter in the shortcode.

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" preload="auto" template="mediaelement"]

For detailed documentation please visit the WordPress video plugin page

Plugin Language Translation

If you are a non-English speaker please help translate Easy Video Player into your language.

Recommended Reading

  • Easy Video Player Documentation
  • My Other Free WordPress Plugins

Releases (12 )

Version Release Date Change Log
1.1.8 2020-08-09
  • Updated the player to version 7.2.7.
1.1.7 2019-02-01
  • Updated the player to version 7.2.1.
  • Easy Video Player is now compatible with WordPress 4.9.
1.1.6 2017-11-17
  • Added a shortcode parameter to disable the sharing option in the player.
1.1.5 2017-03-20
  • Updated the player to version 7.0.2.
1.1.4 2017-03-11
  • Added a new shortcode parameter - "video_id". It can be used to specify a custom ID for a video.
1.1.3 2016-08-27
  • mediaelement template now supports the video preload attribute
1.1.2 2016-06-09
  • Added translation option so the plugin can take advantage of language packs
1.1.1 2015-12-14
  • Added a new shortcode parameter "muted" to disable the audio output of the video
1.1.0 2015-11-28
  • Added a new video player template - MediaElement
1.0.9 2015-11-04
  • Easy Video Player is now compatible with WordPress 4.3
1.0.2 2013-08-12
  • The plugin can now automatically start playing a video
  • The player can be resized using a specific width and height
  • The ratio of each video can be customized
1.0.1 2013-04-01
  • First commit