Banner for Playerjs
The official plugin for PlayerJS.com - video & audio player builder. Make an awesome player for your website for free. Wordpress Tutorial
Noted That:
  • To install correctly this playerjs.zip .
  • Fisrt Download the playerjs.zip to your computer
  • Extract/Open playerjs.zip to Your Computer.
  • Then, Find readme.txt file inside playerjs.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " playerjs.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Playerjs

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Playerjs

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Playerjs

Step-5 : Now, Browse " playerjs.zip " Downloaded plugin from your computer, Where you downloaded " playerjs.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Playerjs

Step-6 : Now, Click on " Active Plugin "

Activate Playerjs

Step-7 : Then, See left Side Menu. " Playerjs " folder is added on left Side Menu. Now, Click on " Playerjs " folder.

Noted that: If you do not see " Playerjs " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Playerjs Configurations and Settings or How to work " Playerjs " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " PlayerJS " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is PlayerJS
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the plugin files to the /wp-content/plugins/playerjs directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Build your own player at playerjs.com and replace the default file playerjs_default.js to yours or upload separately and change the URL on the Settings page of the plugin.
  4. Use the button PlayerJS in the WP 4 or simple place a [playerjs] shortcode in WP 5. Below is the list of accepted parameters:
  • file: path to the video (mostly MP4) / audio (mostly MP3) / HLS / DASH / YouTube / Vimeo / JSON playlist
  • title: text inscription (optional)
  • subtitle: path to .srt .ass .ssa or .vtt file (optional)
  • poster: path to image (optional)
  • thumbnails: path to thumbnails .vtt file (optional)
  • width: player width in percentage (50%) or pixels (500), default 100% (optional)
  • autoplay: 0/1 (optional)
  • start: start playback from the specified second
  • end: end playback on the specified second
  • align: left, right, center (optional)
  • margin: in pixels (optional)

All other settings can be configured in the builder .

Sample shortcode:


[playerjs file="//plrjs.com/x.mp4"]

Name