=== Aparat Video Shortcode === Contributors: wp.irtuts.com , Ali Aghdam Donate link: http://wp.irtuts.com/ Tags: aparat, video, shortcode Requires at least: 2.0.2 Tested up to: 3.3 Stable tag: 0.1 Add `[aparat]` shortcode to WordPress for easy video sharing in WordPress == Description == AparatVideoShortcode allows you to easily post [Aparat.com](http://aparat.com) video to your site with [aparat] shortcode. == Installation == ###Upgrading From A Previous Version### To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below. ###Uploading The Plugin### Extract all files from the ZIP file, **making sure to keep the file/folder structure intact**, and then upload it to `/wp-content/plugins/`. **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) ###Plugin Activation### Go to the admin area of your WordPress install and click on the "Plugins" menu. Click on "Activate" for the "Aparat Video Shortcode" plugin. ###Plugin Usage### Just wrap your Aparat video link in `[aparat]` or paste and select Aparat video link and then press "Aparat Video Shortcode" button. simple example: `[aparat]http://www.aparat.com/v/f64a4690ab2d72f3d81b0c7423cc4a38140016[/aparat]` You can define video width and height with 'width' and 'height' parameters. also you can define ability of fullscreen mode for videos with 'fullscreen' with boolean value. complex example: `[aparat fullscreen="false" width="500" height="300"]http://www.aparat.com/v/f64a4690ab2d72f3d81b0c7423cc4a38140016[/aparat]` == Screenshots == 1. Example off a video shortcode. == Changelog == = 0.1 = * first version.