=== Plugin Name === Contributors: LeoPeo Donate link: Tags: image, video, gallery, fancybox, swipebox Requires at least: 3.0.1 Tested up to: 4.3.1 Stable tag: 1.0.2 License: The MIT License (MIT) License URI: http://opensource.org/licenses/MIT This plugin enable SwipeBox jQuery extension to all links to image or Video (Youtube / Vimeo). == Description == Easy SwipeBox plugin for WordPress websites gives you a flexible, aesthetic and mobile-friendly Lightbox solution for just about all media links on your website. Easy SwipeBox uses the packed [Easy SwipeBox](http://brutaldesign.github.io/swipebox/?source=easy-swipebox-wp-plugin) and is WP 3+ multisite compatible. = Activation = After activation you find a new admin page (Settings > Easy SwipeBox) where you can manage the plugin options. All links to JPG / GIF / PNG images and Youtube / Vimeo are automatically opened in the mobile-friendly Lightbox that floats over the web page. = Autodetection = Select one or more options, Easy SwipeBox automatically detects the media type and add class="swipebox" to their links. Otherwise, add class="swipebox" yourself to make the magic happen. = Contribution = Please, for contributions, issues and questions visit [Github repo](https://github.com/leopuleo/easy-swipebox). Note: this plugin use SwipeBox jQuery plugin as Lightbox solution. For any issues and pull requests related to SwipeBox functionalities please visit the [SwipeBox Repo](https://github.com/brutaldesign/swipebox). == Installation == 1. Download the plugin from Wordpress repository. 1. Upload the plugin folder in `/plugins/`. 1. Activate the plugin. Done! Now all link to image or Youtube/Vimeo opens in a beautiful mobile-friendly Lightbox. Visit the new admin page (Settings > Easy SwipeBox) to enable/disable the autodetection for selected media type. == Frequently Asked Questions == Please, for contributions, issues and questions visit [Github repo](https://github.com/leopuleo/easy-swipebox). Note: this plugin use SwipeBox jQuery plugin as Lightbox solution. For any issues and pull requests related to SwipeBox functionalities please visit the [SwipeBox Repo](https://github.com/brutaldesign/swipebox). == Screenshots == == Changelog == = 1.0.2 = * Bug fix: moved from wp_print_scripts to wp_enqueue_scripts. Better compatibiliy with [Soil plugin](https://github.com/roots/soil) from Roots. Thanks to [Gifford Nowland](https://github.com/gnowland) = 1.0.1 = * Bug fix: better image format detection (jpg -> .jpg). Thanks to [jas8522](https://github.com/jas8522) * Updated readme.txt = 1.0 = * Updated SwipeBox to 1.4.1 * Bug fix: Added support to UPPERCASE image extension * Bug fix: Removed SwipeBox to Youtube User and Channel links * New feature: Added admin page for autodetection settings. = 0.9.1 = * Bug fix: Added JPEG extension support * Bug fix: Use image title as link title (alt fallback) = 0.9 = * First commit