Plugin Directory

Changeset 728001


Ignore:
Timestamp:
06/18/2013 04:49:24 PM (13 years ago)
Author:
yourlocalwebmaster
Message:

updated usage notes

File:
1 edited

Legend:

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

    r678995 r728001  
    3636-portrait (when false(default), removes the image from the top left of video)
    3737-byline (when false(default), removes "From #####"  in the title
     38-autoplay (when true, plays the video automatically) (default: false)
    3839
    3940= Why does my video look disproportioned? =
     
    4243
    4344i.e. height="250" width="400", or 1 : 1.6
     45
     46= How do I enable AutoPlay? =
     47
     48Autoplay was added in version 2.5. Make sure your current plugin version is > or = 2.5.  IF it is, simply add the attribute "autoplay=true" to the shortcode.
     49
     50i.e. [ylwm_vimeo autoplay="true"]1234567[/ylwm_vimeo]
    4451
    4552== Screenshots ==
     
    7077
    7178*[ylwm_vimeo height="400" width="600" class="MYCUSTOMCLASS" portrait="false" byline="false"]VIDEO_ID[/ylwm_vimeo]*
     79
     80*Auto Play*
     81
     82Where  VIDEO_ID is the id of the vimeo video.
     83
     84[ylwm_vimeo autoplay="true"]VIDEO_ID[/ylwm_vimeo]
Note: See TracChangeset for help on using the changeset viewer.