=== YTLightbox === Author: tuxxus Website: http://www.tuxxus.com/projects/ytlightbox Contributors: tuxxus Tags: youtube, lightbox, ytlightbox, youtube api Text Domain: ytlightbox Requires at least: 3.0.1 Tested up to: 4.3.1 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A WordPress plugin to trigger a lightbox after a Youtube video ends, handled via the Youtube API. == Description == A WordPress plugin to trigger a lightbox after a Youtube video ends, handled via the Youtube API. Videos must be created using the shortcode provided by the plugin. Usage [ytlight video="9Xd6IdalIws"] The "video" atribute is the ID of the Youtube video. Width and height attributes also accepted. The content of the lightbox is defined via the YTLightbox configuration page. Check official website for live demo http://www.tuxxus.com/projects/ytlightbox == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory or install through your WordPress admin area. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Place the shortcode in any post/page you want with the following format: [ytlight video="9Xd6IdalIws"] The "video" atribute is the ID of the Youtube video. Width and height attributes also accepted. == Frequently Asked Questions == = Change content of the lightbox = After the plugin is installed you can change the content of the lightbox to show after the Youtube video ends, via the YTLightbox option menu. = Disable social buttons = In the next version a bunch of options will be added. If you want to suggest any other feature, please [email us](mailto:mail@tuxxus.com). == Screenshots == 1. The YTLightbox in action after a Youtube video ends. == Changelog == = 0.2.1 = * Change version number model to semantic versioning = 0.1 = * First release