Plugin Directory

Changeset 648369


Ignore:
Timestamp:
01/05/2013 04:02:02 PM (13 years ago)
Author:
ibabar
Message:

Added Vimeo support

Location:
video-codes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • video-codes/trunk/readme.txt

    r642003 r648369  
    11===Video Codes===
    22Contributors: ibabar
    3 Donate link:
     3Donate link: http://donate.ibabar.com
    44Tags: Video, embed, easy video embed, emved video easily, Youtube, Google video, Metacafe, Megavideo, Vimeo, Facebook, Facebook Videos, Video embed shortcodes, Shortcodes, Videos Codes
    55Requires at least: 3.0
    66Tested Up to: 3.5
    7 Stable Tag: 1.2.2
     7Stable Tag: 1.2.3
    88
    99The easiest way to embed videos on your Wordpress Site and,or blog.
     
    1414Now you don't have to be a geek to insert a video on your blog posts. It's just Get, Set and Go!
    1515
    16 Supported Hosts:
     16<strong>Supported Hosts:</strong>
    1717<ol>
    1818<li>Youtube</li>
     19<li>Vimeo</li>
    1920<li>Google Video</li>
    2021<li>DailyMotion</li>
     
    2526(Adding more hosts. Let me know if you have any special choice or need)
    2627
    27 Usage instruction:
     28<strong>Usage instruction:</strong>
    2829Video Codes is so easy to use. You can embed a youtube video into your
    2930post or page with just a single line like: [vcyt id=VIDEO_ID]
     
    4849
    4950== Frequently Asked Questions ==
    50 Coming Soon.
     51Do you have any question, I actually don't have anything in mind.
    5152
    5253== Upgrade Notice ==
    53 Coming Soon.
     54Nothing for now.
    5455
    5556== Screenshots ==
    56 Coming Soon.
     57Is it needed!? ;)
    5758
    5859==User Manual==
    5960For all hosts the common format is: [consernig_host_name id=VIDEO_ID]
    6061<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>
    6264<li>Google Video: [vcgv id=VIDEO_ID]</li>
    6365<li>DailyMotion: [vcdm id=VIDEO_ID]</li>
     
    6870You can change the width and height easily with 'w' and 'h' parametre.<br />
    6971For example: [vcyt id=VIDEO_ID w=640 h=385]
     72Other standered parameters supported by provider also work.
    7073
    7174Have further question? Let me know.
    7275
    7376==Changelog==
     77Date: 05-01-2013
     78Released Version: 1.2.3
     79Release Note: Added some Vimeo support.
     80
    7481Date: 20-12-2012
    7582Released Version: 1.2.2
  • video-codes/trunk/video-codes.php

    r642003 r648369  
    33Plugin URI: http://en.ibabar.com
    44Description: The easiest way to add youtube videos on your Wordpress Blog.
    5 Version: 1.2.2
     5Version: 1.2.3
    66Author: Babar
    77Author URI: http://www.iBabar.com
    88Requires at least: 3.0
    99Tested Up to: 3.5
    10 Stable Tag: 1.2.2
     10Stable Tag: 1.2.3
    1111License: GPL v2
    1212*/
Note: See TracChangeset for help on using the changeset viewer.