=== Video Embeds === Contributors: ryan.burnette Donate link: http://bit.ly/1i7Ih4c Tags: youtube, vimeo, video, embed, shortcode Requires at least: 3.1 Tested up to: 3.8 Stable tag: 0.1.0 License: GPL2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Just another plugin that creates shortcodes for embedding videos in posts. == Description == There are a lot of plugins that let users embed videos with a shortcode. This plugin makes one more. I build a lot of WordPress sites and wanted to standardize how videos are embedded on my sites. Videos are embedded with this plugin using the `ve` shortcode. Here are examples of both YouTube and Vimeo videos. ``` [ve youtube=32a8dz9d related=false] [ve vimeo=10101010] ``` You can add classes to videos via the plugin options, or from the shortcode. ``` [ve vimeo=10101010 class="small green"] ``` FitVids.js is biult in so you can fit your videos if you wish. This option is off by default so look in the settings at Admin > Settings > Video Embeds. == Installation == 1. Upload this plugin to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to Admin > Settings > Video Embeds to adjust settings 4. Start using the `[ve]` shortcode. == Changelog == = 0.1.0 = + Initial version