Changeset 648369
- Timestamp:
- 01/05/2013 04:02:02 PM (13 years ago)
- Location:
- video-codes/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
video-codes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
video-codes/trunk/readme.txt
r642003 r648369 1 1 ===Video Codes=== 2 2 Contributors: ibabar 3 Donate link: 3 Donate link: http://donate.ibabar.com 4 4 Tags: Video, embed, easy video embed, emved video easily, Youtube, Google video, Metacafe, Megavideo, Vimeo, Facebook, Facebook Videos, Video embed shortcodes, Shortcodes, Videos Codes 5 5 Requires at least: 3.0 6 6 Tested Up to: 3.5 7 Stable Tag: 1.2. 27 Stable Tag: 1.2.3 8 8 9 9 The easiest way to embed videos on your Wordpress Site and,or blog. … … 14 14 Now you don't have to be a geek to insert a video on your blog posts. It's just Get, Set and Go! 15 15 16 Supported Hosts: 16 <strong>Supported Hosts:</strong> 17 17 <ol> 18 18 <li>Youtube</li> 19 <li>Vimeo</li> 19 20 <li>Google Video</li> 20 21 <li>DailyMotion</li> … … 25 26 (Adding more hosts. Let me know if you have any special choice or need) 26 27 27 Usage instruction: 28 <strong>Usage instruction:</strong> 28 29 Video Codes is so easy to use. You can embed a youtube video into your 29 30 post or page with just a single line like: [vcyt id=VIDEO_ID] … … 48 49 49 50 == Frequently Asked Questions == 50 Coming Soon.51 Do you have any question, I actually don't have anything in mind. 51 52 52 53 == Upgrade Notice == 53 Coming Soon.54 Nothing for now. 54 55 55 56 == Screenshots == 56 Coming Soon. 57 Is it needed!? ;) 57 58 58 59 ==User Manual== 59 60 For all hosts the common format is: [consernig_host_name id=VIDEO_ID] 60 61 <ul> 61 <li>Like for Youtube: [vcyt id=VIDEO_ID]</li> 62 <li>Youtube: [vcyt id=VIDEO_ID]</li> 63 <li>Vimeo: <vcvv id=VIDEO_ID]</li> 62 64 <li>Google Video: [vcgv id=VIDEO_ID]</li> 63 65 <li>DailyMotion: [vcdm id=VIDEO_ID]</li> … … 68 70 You can change the width and height easily with 'w' and 'h' parametre.<br /> 69 71 For example: [vcyt id=VIDEO_ID w=640 h=385] 72 Other standered parameters supported by provider also work. 70 73 71 74 Have further question? Let me know. 72 75 73 76 ==Changelog== 77 Date: 05-01-2013 78 Released Version: 1.2.3 79 Release Note: Added some Vimeo support. 80 74 81 Date: 20-12-2012 75 82 Released Version: 1.2.2 -
video-codes/trunk/video-codes.php
r642003 r648369 3 3 Plugin URI: http://en.ibabar.com 4 4 Description: The easiest way to add youtube videos on your Wordpress Blog. 5 Version: 1.2. 25 Version: 1.2.3 6 6 Author: Babar 7 7 Author URI: http://www.iBabar.com 8 8 Requires at least: 3.0 9 9 Tested Up to: 3.5 10 Stable Tag: 1.2. 210 Stable Tag: 1.2.3 11 11 License: GPL v2 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.