Changeset 663843
- Timestamp:
- 02/05/2013 07:01:32 PM (13 years ago)
- File:
-
- 1 edited
-
the-very-simple-vimeo-shortcode/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-very-simple-vimeo-shortcode/trunk/readme.txt
r617805 r663843 4 4 Tags: vimeo, video, shortcode, vimeo shortcode, simple video plugin 5 5 Requires at least: 2.0.2 6 Tested up to: 3. 4.27 Stable tag: 3. 4.2trunk6 Tested up to: 3.5.1 7 Stable tag: 3.5.1 trunk 8 8 9 9 A very simple shortcode to add your Vimeo videos into your WordPress website! … … 29 29 = Are there any other available attributes? = 30 30 31 I am constantly updating my plugins. Looks for more attributes very soon! 31 The 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 32 38 33 39 = Why does my video look disproportioned? = … … 48 54 Added class attributes 49 55 56 = 2.0 = 57 Added "portrait" and "byline" attributes. (Inspired by Tim Golden <http://www.timgolden.com>) 58 50 59 == Upgrade Notice == 51 60 … … 58 67 Where VIDEO_ID is the id of the vimeo video. 59 68 60 To utilize the attributes, add height, wi thand/or class to the shortcode.69 To utilize the attributes, add height, width, byline, portrait and/or class to the shortcode. 61 70 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.