=== WP-Parsi JW Player ===
Contributors: man4toman, mohadeseghasemi
Donate link: http://forum.wp-parsi.com
Tags: player, jw, jw player, simple, video, audio
Requires at least: 4.4.0
Tested up to: 5.1
Stable tag: 1.2
License: GPLv2

Create player with JW Player shortcode on-the-fly!

== Description ==

This plugin is very simple to use, provide a shortcode to create player. You can create unlimit player in any where of your site.

== Installation ==

1. Upload plugin folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Use shortcode in your posts/pages

* Base structure of shortcode:
`[wppjwp preview="" video="" duration=""]`

* Full option shortcode:
`[wppjwp preview="" video="" duration="" width="" height="" fullscreen="" autostart=""]`

Example:
`[wppjwp preview="http://sitename.ltd/cover.jpg" video="http://sitename.ltd/video.mp4" duration="50" width="400" height="200" fullscreen="true" autostart="false"]`


== Frequently Asked Questions ==
= Do this player support HTML5? =

No, this version only support flash player

== Screenshots ==

1. Player in action

== Changelog ==
= 1.2 =
* Wordpress 4.9.x ready

= 1.1 =
* Wordpress 4.0 ready

= 1.0 =
* Start the project...