=== Howcast Shortcodes === Contributors: jesseyoung Tags: video, howcast, howto, videos Requires at least: 2.5 Tested up to: 2.5 Stable tag: trunk Allows you to easily embed Howcast videos into your WordPress blog. == Description == The Howcast Shortcode plugin allows you to easily embed Howcast videos into your WordPress blog. == Installation == 1. Upload `howcast.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Type `[howcast url="VIDEO_URL_HERE"]` in your posts where you want the Howcast video to appear. Don't forget to replace VIDEO_URL_HERE. == Frequently Asked Questions == = What options do the Howcast Shortcode support? = The Howcast Shortcode supports the **url** attribute specifying the URL of the video you want to embed. It also supports optional **width** and **height** attributes for modifying the video dimensions. Usage: `[howcast url="http://www.howcast.com/videos/946-What-Is-Howcast" height="240" width="360"]` Attributes: * url (required) * width * height == Changelog == = 1.0 = * Initial release