=== Clappr Video Player ===
Contributors: condacore
Donate link: https://www.paypal.me/MariusBolik
Tags: embed, video, player, responsive, rtmp, hls, live
Requires at least: 3.0.1
Tested up to: 5.2.2
Stable tag: 1.2.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
The most functional und most beautiful Video Player for WordPress. Fully-Responsive, Retina-Ready and flexible.
== Description ==
[Clappr](https://github.com/clappr/clappr) is an extensible plugin for creating video players that can be used as backgrounds or simple video containers. It is supported by many browsers and basically all mobile devices, even in some video game consoles. It is the most beautiful looking player you can find!
**Features of this Plugin**
* Supports HLS and RTMP Livestreams
* Also supports .mp4, .mp3, .webm and.ogv
* Fully-Responsive, Retina-Ready and flexible
* Beautiful and modern Design
* Customizable Colors
* Optimized page load performance
= The Shortcode =
In order to embed a video create a new post/page and use the following shortcode:
`[clappr media="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" poster="https://i.imgur.com/GRJ3u1j.jpg" watermark="https://i.imgur.com/If2p9w8.png" mute="yes"]`
= A lot of Options =
In the Admin Area under "Settings" -> "Clappr Shortcodes" you can find a lot of Shortcodes to customize the player.
preload="metadata" you can use auto, metadata, none.
autoplay="yes" if video should automatically play after page load.
watermark="https://domain.com/watermark.png" to display a watermark on the video.
watermarkLink="https://domain.com" to define an URL to open when the watermark is clicked.
mute="yes" if you want to start player with no sound.
chromeless="yes" if you want the player to act in chromeless mode.
controlbarvisible="yes" to disable media control auto hide.
hidevolumebar="yes" to hide volume bars.
buttoncolor="#66B2FF" to set the color (HEX) of the control buttons.
seekbarcolor="#E113D3" to set the color (HEX) of the seekbar.
== Installation ==
1. Upload `embed-clappr` folder to your `/wp-content/plugins/` directory.
2. Activate the plugin from Admin > Plugins menu.
3. Once activated your site is ready!
== Frequently Asked Questions ==
= Can I set the height of the player? =
No. You only need the `"width"` parameter. The player will set the height automatically.
= Does this player work on iPhone? =
Yes. It works on all mobile devices.
= Which video formats can I use? =
You can use .m3u8, .mp4, .mp3 and .webm!
= Can I use other formats than PNG for the poster? =
Yes. You can use .jpg, .png and .gif!
= Copyright =
Copyright (c) 2018, Globo.com Player authors & CONDACORE. All rights reserved.
== Screenshots ==
1. Player Interface
2. Responsive Player
3. Player full width
4. Schortcodes
5. Source Code
== Upgrade Notice ==
none
== Changelog ==
= 1.1 =
*Release Date - 6th Jan 2018*
* Updated Frameworks
* Added Watermark and Watermark Link feature
= 1.0 =
*Release Date - 25th Mai 2017*
* Initial release