=== Hover Video Preview ===
Contributors: jasonpancake
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TBJC8UPWVK5HN
Tags: video,video preview,youtube,video hover,video tooltip,tooltip video
Requires at least: 3.0.1
Tested up to: 4.2.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Quickly and easily add an auto-playing YouTube video in a tooltip when the user hovers over any element.
== Description ==
= Hover Video Preview for WordPress =
This plugin makes it very easy to add a video preview tooltip when a user hovers over any element.
== Installation ==
= Installing the plugin =
1. In your WordPress admin panel go to *Plugins > New Plugin*, search for *Hover Video Preview* and click "*Install now*"
2. Alternatively, download the plugin and upload the contents to `hover-video-preview.zip` to your plugins directory, which usually is `/wp-content/plugins`.
3. Activate the plugin
= Using the shortcode =
**YouTube**
`
[hover_video_preview provider="youtube" video_id="GeIAXlwVlZc" mute="0"]
[/hover_video_preview]
`
**Vimeo**
`
[hover_video_preview provider="vimeo" video_id="115494492" mute="1"]
[/hover_video_preview]
`
== Frequently Asked Questions ==
= Can I request additional features? =
You can request additional features on the support page, find me on twitter and reach out directly, [@jasonpancake](https://twitter.com/jasonpancake), or contact me through my site [http://jasonpancake.com](http://jasonpancake.com).
== Screenshots ==
1. Quickly and easily add an auto-playing video tooltip when a user hovers over an image.
== Changelog ==
= 1.0.2 =
* Added support for Vimeo
* Added ability to mute the video when it first starts playing
= 1.0.1 =
* Added an FAQ and screenshot to the plugin page
* Updated the settings page for the plugin
= 1.0.0 =
* Initial release