=== Plugin Name === Contributors: kahless Donate link: http://orthogonalcreations.com/sublimevideo-plugin/donate/ Tags: SublimeVideo, html5, video player, video Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0.2 Add support for the SublimeVideo HTML5 video player. == Description == This plugin will allow you to add the SublimeVideo HTML5 video 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 the `sublimevideo` folder 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 == = Where do I get a Player Code? = At this point you must be in the SublimeVideo beta to get a Player Code. Your Player Code will be found in the URL contained in the Embed Code of each domain at https://my.sublimevideo.net/sites. = How do I get a beta invite? = Go to http://sublimevideo.net/ and register for the beta. == Screenshots == 1. The Options page. 2. Using the shortcode. 3. Player embedded in a post. == Changelog == = 1.0.2 = * Updated the readme with frequently asked questions. = 1.0.1 = * Updated the installation instructions in the readme. = 1.0 = * Initial release. == Upgrade Notice == = 1.0.2 = Added frequently asked questions to the readme. No functional changes that would require an upgrade. = 1.0.1 = Only upgrade if you want the readme.txt file to be the same as what is on the repository.