Lightbox JS WordPress Plugin
Posted by Robert Love on May 1, 2007 in WordPress Plugins, Software
The Lightbox JS WordPress Plugin enables your website with Lightbox JS - a simple, unobtrusive script used to overlay images on the current page.
Example
Download
sd-lightbox-js-2_02.zip (16Kb)
Requirements
Features
- Fully customisable JavaScript, CSS and Images via Options interface
- Full separation of the Prototype JavaScript Framework and the script.aculo.us JavaScript Library from the Lightbox JS script
Installation
- Upload the plugin to the ‘wp-content/plugins’ folder in your WordPress directory
- Activate the plugin via the ‘Plugins’ admin panel
- Go to Options > Lightbox JS
- Under the heading ‘Edit JavaScript (lightbox.js)’ find the ‘Configuration’ section and update the following two lines:
var fileLoadingImage = "images/loading.gif";var fileBottomNavCloseImage = "images/closelabel.gif";
The above two lines need to point to the Lightbox JS images directory for your website. For example:
var fileLoadingImage = "http://yoursite.net/wp-content/plugins/sd-lightbox-js/images/loading.gif";var fileBottomNavCloseImage = "http://yoursite.net/wp-content/plugins/sd-lightbox-js/images/closelabel.gif";
Note: After downloading the Lightbox JS WordPress Plugin, extract the ZIP package and open the readme.txt file. The readme file contains full instructions.



1 Comment on Lightbox JS WordPress Plugin
By madteckhead on June 23, 2007 at 3:26 am
Hi am giving your work a little praise on my blog and though you might like to know about it.
Lightbox on Wordpress 2.2 with in Post Gallery -> http://www.madteckhead.com/blog/2007/06/22/lightbox-on-wordpress-22-with-in-post-gallery/
Thanks for your great plugins.
Comment
Log in or Register to post a comment.