=== WordPress Video Gallery ===
Contributors: tjtaylor
Tags: video gallery, video list
Requires at least: 2.8
Tested up to: 5.2
Requires PHP: 5.2.4
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A simple plugin to display YouTube or Vimeo videos in a gallery style list using shortcode.
== Description ==
Easily add YouTube or Vimeo videos in a list style format using shortcode.
== How to use ==
Examples:
`[wp_video_gallery url="https://vimeo.com/128677218" size="300"]`
`[wp_video_gallery url="https://www.youtube.com/watch?v=_ISjOqSUp68" size="300"]`
Properties:
* url
The url of the video (use a vimeo or youtube link).
* size (optional)
The width of the video thumbnail (example: 300).
Default is 200
== Notes ==
Please post any issues under the support tab. If you use and like this plugin, please don’t forget to rate it! Additionally, if you would like to see more features for the plugin, or more video formats, please let me know.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `wordpress-video-gallery.zip` to the `/wp-content/plugins/` directory
2. Unzip the file
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Use the shortcode [wp_video_gallery] anywhere in your content
== Changelog ==
= 1.0.0 =
* Initial release