=== Aparat Video Shortcode === Contributors: Ali Aghdam Donate link: http://grodea.co/ Tags: aparat, video, shortcode Requires at least: 2.0.2 Tested up to: 3.6 Stable tag: trunk 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. ###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/njf6r[/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/njf6r[/aparat]` Send email for Translation files: alitopack[a]gmail[dot].com == 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. == Screenshots == 1. Example off a video shortcode. == Changelog == = 0.2.3 = * Bug fix. = 0.2.2 = * Clearing codes and adding comments. = 0.2.1 = * Update readme.txt = 0.2 = * Updated to new Aparat video url. * Make work for both url version of Aparat. * Tanks to vahidd for notification.. = 0.1 = * first version.