=== Folder Slideshow === Contributors: vjalby Tags: slideshow, folder, slidesjs Requires at least: 3.5 Tested up to: 3.5.1 Stable tag: 0.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin generates picture slideshow from a folder using a shortcode. == Description == This plugin creates picture slideshow from a folder. The pictures folder must be uploaded (using FTP) somewhere on the server (e.g. wp-content/upload). To include a slideshow in a post or a page, you have to use the following shortcode : [folderslideshow folder="local_path_to_folder"] You can customize the slideshow using the following attributes: * Picture width and height (width & height) in px * Picture border (border) in px (default 0) * Padding around the picture (padding) in px (default 0) * Picture duration (play) in milliseconds (default 3000) * Pause duration (pause) in milliseconds (default 2500) * Pagination display (pagination): true or false (default true) * Transition effect (effect): fade or slide (default fade) Default slideshow width and height comes from first picture of the slideshow. If only the attribute width is set, then height is calculate from the first windows (to keep ratio). [folderslideshow folder="path" width=500 padding=5 border=1 play=5000 pagination=false effect=slide] This plugin uses Slides JS 1.1.0 by Nathan Searles - http://www.slidesjs.com Sample, contact available at http://jalby.org/wordpress/ == Installation == 1. Unzip the archive folder-slideshow.zip 2. Upload the directory 'folder-slideshow' to the '/wp-content/plugins/' directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Upload a folder of pictures to 'wp-content/upload/MyPictures' 5. Insert the following short code in post or page : [folderslideshow folder="wp-content/upload/MyPictures"] == Changelog == = 0.9 [2013-02-12] = * First released version