=== Plugin Name === Contributors: vibhavsinha Tags: video, DRM, video, sell video, e-learning Requires at least: 3.5.1 Tested up to: 4.2.1 Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple wordpress plugin which enables you to embed vdocipher videos inside a wordpress website. == Description == **About VdoCipher** [VdoCipher](http://www.vdocipher.com) is an online DRM service along with video hosting platform. Videos hosted through VdoCipher makes it difficult for the end user to download. This makes it the ideal choice for easily hosting premium video content like tutorial vidoes, music or movies. **Getting Stated** To get started, you need to create an account on http://www.vdocipher.com, After creating the account, you will receive a client_secret_key by email. You will need this client_secret_key to use this plugin. Upload vidoes from the website. You can also import vidoes directly from URL or Dropbox. *Requirements* php5-curl need to be installed on the server for this plugin to work. == Installation == 1. Activate the "VdoCipher" plugin . 2. Click on the settings link or go to Settings > VdoCipher to configure. 3. Enter the API key that you received from VdoCipher and click Save. You plugin is ready to use. Inside a post or page you can write `[vdo id="id_of_video"]` to embed the video in a post or page. You can optionally use the title to set the video. This will display the first video matching the given title. To set width and height use, `[vdo id="id_of_video" width="300" and height="200"]` You need to use the exact title of the video as shown in the dashboard. == Frequently Asked Questions == Please refer to the [FAQ page on VdoCipher](http://www.vdocipher.com/page/faq) = Is there any free trial? = On account creation, you shall be provided with 5GB of free trial bandwidth. == Screenshots == 1. The setting screen to to enter the API key. 2. The options page 3. Using the shortcode to embed a video 4. Video playing inside a post. == Changelog == = 1.3 = * Compatible with PHP5.2 = 1.0 = * Annotation can now be set from wordpress dashboard * Better system for storing client key * Clear options table of plugin related keys on deactivate * Inlcude options form to set default options for videos. = 0.1 = * A basic plugin which just makes it possible to embed vdocipher videos inside a wordpress plugin == Upgrade Notice == = 1.4 = * Multiple videos bug fix = 1.3 = * Compatible with PHP5.3 = 1.0 = * This allows you to set annotation over video. * No more editing files directly.