PluginProbe
VdoCipher: Secure Video Player and Hosting / 1.6
VdoCipher: Secure Video Player and Hosting v1.6
trunk 1.10 1.11 1.12 1.13 1.14 1.15 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.30 1.4 1.5 1.6 All 28 releases
vdocipher / readme.txt

readme.txt in VdoCipher: Secure Video Player and Hosting 1.6, at readme.txt

80 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Plugin Name ===
2 Contributors: vibhavsinha
3 Tags: video, DRM, video, sell video, e-learning, movie
4 Requires at least: 3.5.1
5 Tested up to: 4.3.1
6 Stable tag: 1.6
7 License: GPLv2 or later
8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
10 A simple wordpress plugin which enables you to embed vdocipher videos inside a wordpress website.
11
12 == Description ==
13
14 **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.
15
16 **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.
17
18 *Requirements*
19 php5-curl need to be installed on the server for this plugin to work.
20
21
22 == Installation ==
23 1. Activate the "VdoCipher" plugin .
24 2. Click on the settings link or go to Settings > VdoCipher to configure.
25 3. Enter the API key that you received from VdoCipher and click Save.
26
27 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.
28
29 You can optionally use the title to set the video. This will display the first video matching the given title.
30 To set width and height use, `[vdo id="id_of_video" width="300" and height="200"]`
31 You need to use the exact title of the video as shown in the dashboard.
32
33
34 == Frequently Asked Questions ==
35 Please refer to the [FAQ page on VdoCipher](http://www.vdocipher.com/page/faq)
36
37
38 = Is there any free trial? =
39 On account creation, you shall be provided with 5GB of free trial bandwidth.
40
41
42 == Screenshots ==
43
44 1. The setting screen to to enter the API key.
45 2. The options page
46 3. Using the shortcode to embed a video
47 4. Video playing inside a post.
48
49 == Changelog ==
50
51 = 1.6 =
52 * add filter hooks for annotation statement
53
54 = 1.3 =
55 * Compatible with PHP5.2
56
57 = 1.0 =
58 * Annotation can now be set from wordpress dashboard
59 * Better system for storing client key
60 * Clear options table of plugin related keys on deactivate
61 * Inlcude options form to set default options for videos.
62
63 = 0.1 =
64 * A basic plugin which just makes it possible to embed vdocipher videos inside a wordpress plugin
65
66 == Upgrade Notice ==
67
68 = 1.6 =
69 * annotation pre and post process hooks to add content specific custom variables
70
71 = 1.5 =
72 * Multiple videos bug fix
73
74 = 1.3 =
75 * Compatible with PHP5.3
76
77 = 1.0 =
78 * This allows you to set annotation over video.
79 * No more editing files directly.
80