=== WP-Slimbox2 Plugin === Contributors: malcalevak Donate link: http://transientmonkey.com/wp-slimbox2 Tags: slimbox, slimbox2, lightbox, jQuery, picture, photo, image, overlay, display, lightbox2 Requires at least: 2.5 Tested up to: 2.7 Stable Tag: 0.9.3 An WordPress implementation of the Slimbox2 javascript. == Description == A WordPress implementation of the stellar Slimbox2 script by Christophe Beyls (an enhanced clone of the Lightbox script) which utilizes the jQuery library to create an impressive image overlay with slide-out effects. Almost, if not all, options are configurable from the administration panel. For more on the settings and what they do check out the Slimbox2 page. Support forums are generously hosted by Ryan Hellyer of PixoPoint, here. Planned Features:
1. Additional gallery integration without requiring 'rel="lightbox"'.
2. Option to control which pages to load the script on.
3. Expanded and easier to use settings management.
Features Added in v0.9.3:
1. Flickr and picasaweb integration (see FAQ for more details)
2. Updated to Slimbox 2.01 - Fixed compatibility code for Opera 9.5+ and Opera for Wii which was not working with quirks mode web pages.
3. Addition of Maintenance Mode
4. Automatic grouping of items in posts or pages if autoload is used.
5. Compression and caching of autoload script.
== Installation == After you've downloaded and extracted the files: 1. Upload the complete `WP-Slimbox2` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Visit the "WP-Slimbox2" page in your WordPress options menu to configure any advanced settings.
5. Manually add the `rel="lightbox"` attribute to any link tag to activate the lightbox or `rel="lightbox-imagesetname"` for an image set, using the title attribute to store a caption. Alternatively you may use the autoload option to automatically prepare links to images and additionally enable picasaweb and flickr integration to easily utilize their albums.
== Frequently Asked Questions == = Does Slimbox2 support the lightbox effect on pages and videos? = No. As stated in the script creators FAQ, Slimbox was designed to display images only, to be simple and to have the smallest code.
= What kind of grouping does autoload utilize? = Autoload has been modified to group all images in a Wordpress post. If the images are instead on a page they will all be grouped together. If you want individual group sets it is recommend you instead insert 'rel="lightbox-groupname"' to specify your groups. = Why do I need WordPress 2.5+? = The Javascript requires jQuery 1.2+ which wasn't included in WordPress until 2.5. If you're using something to override the included jQuery with a newer version (a feature I may add at a later date) it should be compatible from 2.1+ since I believe that was when wp_enqueue_script() was implemented.
= Why can't the plugin do X, Y or Z? = Either the Javascript doesn't support it, or I haven't gotten around to adding it.
= Why should I use this plugin? = You want Lightbox or Slimbox effects using the jQuery library, and don't want any sort of "ad".
You want complete control over all the javascript settings from the admin page.
= What if I have other questions that haven't been answered? = Please try our support forums, and read the Slimbox creators FAQ. == Screenshots == 1. Administration interface in WordPress 2.7 2. Overlay effect. == History == Version 0.9 Beta: Intial release - Jan-05-2008
Version 0.9.1 Beta: Addition of option to enable automatically applying to all image links (png,jpg,gif) - Jan-06-2008
Version 0.9.2 Beta: Addition of option to change the overlay color - Jan-07-2008
Version 0.9.2.1 Beta: Emergency JS Fix - Jan-07-2008
Version 0.9.2.2 Beta: Emergency Admin for minor overlay opacity setting error - Jan-07-2008
Version 0.9.2.3 Beta: Bug fix. Autoload wasn't loading options. - v0.9.2.3 - Jan-08-2008
Version 0.9.3 Beta: Flickr and Picasaweb Integration, Slimbox 2.01, maintenance mode, autogrouping by post/page, compression and caching - Jan-14-2008
= Credits = Thanks to the following for help with the development of this plugin:
* Christophe Beyls - Creator of the Slimbox2 Javascript
* George McGinley Smith - Creator of the jQuery Easing Plugin Javascript
* Ryan Hellyer - For spurring my interest in WordPress plugins by welcoming my assistance on his Multi-level Navigation plugin and for hosting our support forums.
* Spi for code suggestion to autogroup items by post. * Anyone else I forgot to mention who's made a suggestion or provided me with ideas.