=== Plugin Name === Contributors: kahless Donate link: http://orthogonalcreations.com/sublimevideo-plugin/donate/ Tags: sublimevideo, html5 Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0 Add support for the SublimeVideo player. == Description == This plugin will allow you to add the SublimeVideo player to your site. It will add the Javascript to the head of the site after you provide your player code and allows you to set a default width and height for the player as well as a default poster and preload setting. It also provides a shortcode for embedding the SublimeVideo player in a post or page. Usage is [sublimevideo width="#" height="#" posterurl="url" preload="option" mp4url="url" webmurl="url" oggurl="url"] and the only thing you must provide is a url for at least one video format. == Installation == 1. Upload `sublimevideo.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Enter your settings in the SublimeVideo options page 1. Use the [sublimevideo] shortcode in your post or page to insert the SublimeVideo player. Optional attributes for the shortcode are width, height, posterurl, preload, mp4url, webmurl, and oggurl where one of mp4url, webmurl, or oggurl needs to be present. == Frequently Asked Questions == == Screenshots == 1. The Options page. 2. Using the shortcode. 3. Player embedded in a post. == Changelog == = 1.0 = * Initial release. == Upgrade Notice ==