/add-rel-lightbox

WordPress plugin. Adds rel="lighbox" to link wrapped images

Primary LanguagePHP

add-rel-lightbox

WordPress plugin to automatically add rel="lightbox" attribute to link wrapped images, as placed into WordPress posts and WordPress image galleries.

This plugin requires lightbox or slimbox (or any lightbox-compatible image handler) to also be installed on your site, either as part of the theme, or via a plugin. If either lightbox, or add-rel-lightbox is not activated at any time, your site will revert gracefully to the standard "open image as new page".

The plugin currently only works with images placed into posts using the "add media" dialogues, and will only apply to images that are in your media library. However, it will also not interfere with any images that have already have attributes applied to them.

add-rel-lightbox also works with the [gallery] shortcode, adding the rel="lightbox" attribute to links created by it. Note that you will have to use the [gallery link="file"] format, or select "Image File" when inserting the gallery for lighbox to work as expected. Galleries that link to the attachment page are unaffected by this plugin.

In addition to applying rel="lightbox", this plugin will retrieve the media library caption for any images, and correctly escape any html entities, so that the caption is displayed as expected in the lightbox.

Wordpress Installation

Either Install the plugin by searching for "add-rel-lightbox" from the plugin page of your wordpress installation, or:

  1. Download and extract the plugin from the zip file
  2. Copy the plugin folder into the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress

To function, you will also need (lightbox/slimbox/lighbox clone) installed and activated.

To Upgrade:

Either upgrade automatically from your admin pages. Or if upgrading manually: deactivate the plugin before copying the new files across; then enable when completed.