=== Add LightBox & Title === Contributors: ppalli Donate link: Tags: lightbox, automatic, images Requires at least: 2.7.0 Tested up to: 2.7.1 Stable tag: 0.2 This plugin for WordPress automatically add the rel="lightbox[ID-OF-THE-POST]" and recovers the image title. == Description == This plugin automatically add the rel="lightbox[POST-ID]" to images linked in a post and in a comment, and recovers the image title. POST-ID is unique per post so all images per post are grouped in one lightbox set. Doesn't add the the files required for lightbox! It is inspired by [Add Lightbox](http://mdkart.fr/blog/plugin-add-lightbox-pour-wordpress/) of Mdkart == Installation == 1. Unzip the file add-lightbox-title.php or the folder /add-lightbox-title/ 2. Upload it in /wp-content/plugins/ of your Wordpress installation 3. Activate the Plugin 4. And that's it! == Screenshots == 1. The code without _Add LightBox & Title_ 2. The code with _Add LightBox & Title_ == Changelog == * Version 0.2 * Some little fix in the documentation * Simplification of the code * Version 0.1 * First Release