=== Plugin Name === Contributors: sivel Tags: images, formatting, links, post, posts Requires at least: 2.0 Tested up to: 2.5 Stable tag: 0.2 A media viewer application written entirely in JavaScript. Using Shadowbox, website authors can display pictures, movies, websites, inline content and more in all major browsers without navigating away from the linking page. == Description == A media viewer application written entirely in JavaScript. Using Shadowbox, website authors can display pictures, movies, websites, inline content and more in all major browsers without navigating away from the linking page. This plugin uses Shadowbox.js written my Michael J. I. Jackson. Javascript libraries supported are: YUI, Prototype + Scriptaculous and jQuery. YUI is included in the plugin and Prototype + Scriptaculous and jQuery are used from the Javascript libraries included with Wordpress. There is another Shadowbox plugin floating around but it implements Shadowbox.js differently, comes with no instructions, doesn't give you an option of the JS library you use, and is written in Italian. This plugin can also be used as a drop in lightbox replacement, without requiring you to edit posts already using lightbox. == Installation == 1. Upload the `shadowbox-js` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Edit shadowbox-js.php and modify $jsLib, $lightbox, and $lightCSS based on the comments following each variable. NOTE: See "Other Notes" for Upgrade and Usage Instructions as well as other pertinent topics. == Screenshots == 1. An Image 2. A Website 3. A YouTube Video 4. A FLV video with included flvplayer == Frequently Asked Questions == == Upgrade == 1. Deactivate the plugin through the 'Plugins' menu in WordPress 1. Delete the previous `shadowbox-js` folder from the `/wp-content/plugins/` directory 1. Upload the new `shadowbox-js` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Edit shadowbox-js.php and modify $jsLib, $lightbox, and $lightCSS based on the comments following each variable. == Usage == 1. Create a link in your post in the following format: `Image` The above link can be to pretty much anything including websites, video files, YouTube, Google Video, inline content. 1. Be sure to include `rel="shadowbox"` as this activates the plugin. 1. If `rel="shadowbox[album]"` is included the portion listed here as `[album]` will group multiple pictures into an album called album. 1. If you are using this as a lightbox replacement you do not need to change rel="lightbox" to rel="shadowbox". This plugin will take care of that on the fly. = NOTE: = Do not use the visual editor for doing the above use the code editor. When modifying this post in the future do not use the visual editor; please use the code editor always. == Additional File Payloads == = jQuery: = 0.9K 1 HTML/Text 138.5K 4 JavaScript Files 1.9K 1 Stylesheet File 141.4K Total size 6 HTTP requests = Prototype + Scriptaculous: = 1.0K 1 HTML/Text 197.0K 5 JavaScript Files 1.9K 1 Stylesheet File 200.0K Total size 7 HTTP requests = YUI: = 0.9K 1 HTML/Text 74.6K 3 JavaScript Files 1.9K 1 Stylesheet File 77.4K Total size 5 HTTP requests == Changelog == = 0.2 (2008-02-22): = * Initial Public Release == To Do == 1. Determine why YouTube videos are not being resized correctly in Shadowbox