I use lightbox clones all the time to create a visually beautiful presentation for my photos in my photography related blogs. Lightbox clones all require a bit of code to indicate that the image should be opened in a lightbox instead of as an individual webpage. Typically each image must be tagged with something like rel=”lightbox[ID]“, but of course there is no tagging standard between each clone and it’s often not included in the WordPress or Theme code, so it’s very handy to use a WordPress plugin to automatically add the code.
For several of my photography sites I use a lightbox clone called prettyPhoto for which I adapted an existing plugin to add the required rel=prettyPhoto[ID] code. More recently I have been using other lightbox clones more and more and so I had to adapt my plugin once again. Although it was a simple mod, I thought I might as well share it here too in case it’s useful for someone else as well.
Installation
- Download the Free OD Add rel=lightbox WordPress Plugin
- Unzip the file
- Upload it in /wp-content/plugins/ of your WordPress installation
- Activate the Plugin
- That’s All
Changelog
0.1
Initial release. Adapted from the OD Add rel=prettyPhoto Plugin for WordPress.
Please let me know if you find any issues, bugs, or have ideas for improvements.



