=== Slideshow Gallery ===
Contributors: Cameron Preston, Antonie Potgieter
Donate link: http://cameronpreston.com/projects/plugins
Tags: wordpress plugins, wordpress slideshow gallery, slides, slideshow, image gallery, images, gallery, featured content, content gallery, javascript, javascript slideshow, slideshow gallery
Requires at least: 2.8
Tested up to: 2.9.2
Stable tag: 1.0
Upgraded fron 'Slideshow Gallery' this a photo viewing solution that integrates seemlessly with your normal WordPress image upload and gallery.
== Description ==
Upgraded fron 'Slideshow Gallery' this a photo viewing solution that integrates seemlessly with your normal WordPress image upload and gallery.
Flexible, configurable and easy to use. Embed-able and hardcode-able and improved. To embed into a post/page, simply insert [slideshow] into its content with optional post_id, exclude, and caption parameters. To hardcode into any PHP file of your WordPress theme, simply use <?php if (class_exists('Gallery')) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = null); } ?> and specify the required $post_id parameter accordingly.
You will not be able to use "Slideshow Gallery" if you wish to use "Slideshow Gallery 2"
== Installation ==
Installing the WordPress Slideshow Gallery 2 plugin is very easy. Simply follow the steps below.
1. Extract the package to obtain the `slideshow-gallery-2` folder
1. Upload the `slideshow-gallery-2` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Configure the settings according to your needs through the 'Slideshow' > 'Configuration' menu
1. Add and manage your slides in the 'Slideshow' section (Or just use the built in wordpress gallery)
1. Put `[slideshow post_id="X" exclude="" caption="on/off"]` to embed a slideshow with the images of a post into your posts/pages or use `[slideshow custom=1]` to embed a slideshow with your custom added slides or ` slideshow($output = true, $post_id = null); }; ?>` into your WordPress theme
== Frequently Asked Questions ==
= Can I display/embed multiple instances of the slideshow gallery? =
Yes, you can, but only one slideshow per page.
= What if I only want captions on some of my pages
Set your default captions to off; for any slideshow you put on your page use `[slideshow caption="on"]`
== Screenshots ==
1. Slideshow gallery with thumbnails at the bottom.
2. Slideshow gallery with thumbnails turned OFF.
3. Slideshow gallery with thumbnails at the top.
4. Different styles/colors.
5. TinyMCE editor button to insert shortcodes.
== Changelog ==
= 1.0 =
* Initial release of the WordPress Slideshow Gallery 2 plugin
* Based on the popular and amazing slideshow: http://wordpress.org/extend/plugins/slideshow-gallery/