Plugin Directory

Changeset 663843


Ignore:
Timestamp:
02/05/2013 07:01:32 PM (13 years ago)
Author:
yourlocalwebmaster
Message:

Added documentation for version 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • the-very-simple-vimeo-shortcode/trunk/readme.txt

    r617805 r663843  
    44Tags: vimeo, video, shortcode, vimeo shortcode, simple video plugin
    55Requires at least: 2.0.2
    6 Tested up to: 3.4.2
    7 Stable tag: 3.4.2 trunk
     6Tested up to: 3.5.1
     7Stable tag: 3.5.1 trunk
    88
    99A very simple shortcode to add your Vimeo videos into your WordPress website!
     
    2929= Are there any other available attributes? =
    3030
    31 I am constantly updating my plugins. Looks for more attributes very soon!
     31The Current Available Attributes are:
     32
     33-height (sets height of video)
     34-width (sets width of video)
     35-class (adds a custom css class to your video)
     36-portrait (when false(default), removes the image from the top left of video)
     37-byline (when false(default), removes "From #####"  in the title
    3238
    3339= Why does my video look disproportioned? =
     
    4854Added class attributes
    4955
     56= 2.0 =
     57Added "portrait" and "byline" attributes. (Inspired by Tim Golden <http://www.timgolden.com>)
     58
    5059== Upgrade Notice ==
    5160
     
    5867Where  VIDEO_ID is the id of the vimeo video.
    5968
    60 To utilize the attributes, add height, with and/or class to the shortcode.
     69To utilize the attributes, add height, width, byline, portrait and/or class to the shortcode.
    6170
    62 *[ylwm_vimeo height="400" width="600" class="MYCUSTOMCLASS"]VIDEO_ID[/ylwm_vimeo]*
     71*[ylwm_vimeo height="400" width="600" class="MYCUSTOMCLASS" portrait="false" byline="false"]VIDEO_ID[/ylwm_vimeo]*
Note: See TracChangeset for help on using the changeset viewer.