public
Description: WordPress 2.5 plugin for automagical Facebox goodness
Homepage: http://evocateur.org/projects/wp-facebox/
Clone URL: git://github.com/evocateur/wp-facebox.git
name age message
file facebox.css Fri Apr 18 12:23:03 -0700 2008 Fix issue with disappearing side borders if ima... [evocateur]
file facebox.js Fri Apr 18 12:29:07 -0700 2008 make opacity default to 0.5, remove makeCompati... [evocateur]
directory images/ Tue Apr 15 16:27:11 -0700 2008 Initial commit [evocateur]
file readme.txt Sun Apr 20 15:54:33 -0700 2008 Flesh out the FAQ, prepare for 1.1 tag [evocateur]
file wp-facebox.php Fri Apr 18 12:37:50 -0700 2008 Bump version [evocateur]
readme.txt
=== WP Facebox ===
Contributors: evocateur
Tags: facebox, lightbox, media, gallery
Requires at least: 2.5
Tested up to: 2.5
Stable tag: 1.1

Automagically invoke Facebox on gallery items and linked images in a post or page.

== Description ==

Takes [Facebox](http://famspam.com/facebox/) and wires it up for sweet WP action. Also makes julienne fries. Maybe.

== Installation ==

1. Unzip and upload the `wp-facebox` directory to `/wp-content/plugins/`
1. Activate the plugin through the 'Plugins' menu in WordPress
1. There is no step 3.

== Frequently Asked Questions ==

= What does this plugin do, exactly? =

1. For any image contained in a post that has been specified as linked to the image source (the default, e.g. a large 
image resized to 'medium' and linked to the larger version), add a `rel` attribute with the value `facebox`. This is 
accomplished as a filter on `the_content`.

2. *Any* linked content inside a shortcode gallery will demonstrate identical behaviour to those linked images in posts; 
viz., when clicked they will giggle and squee in delight, emitting sunshine and rainbow glitter.

Or, you know, a Facebook-style lightbox appears with the linked content.