=== Add LightBox & Title === Contributors: ppalli Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9FGND7YWZ8HNY&lc=CH&item_name=Add%20LightBox%20%26%20Title&item_number=ppalli¤cy_code=CHF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted Tags: lightbox, automatic, images Requires at least: 2.7.0 Tested up to: 2.7.1 Stable tag: 1.0 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 1.0 (24.03.2009) = * Bug fix: Add Lightbox to text link * Bug fix: Don't add "rel=..." and "title=..." if already exist in the link = Version 0.2 (20.03.2009) = * Simplification of the code = Version 0.1 (19.03.2009) = * First Release