Vimeo Video Autoplay Automute

Allows the user to embed Vimeo movie clips with autoplay automute features by entering a shortcode ([vimeo ]) into the post area.

Author:Delower Hossain Rhine (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:4.0.1
Plugin version:1.0
Added to WordPress repository:18-12-2014
Last updated:18-12-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:74
Rated by:3
Plugin URI:http://www.bengal-times.com/plugins/vimeo-vid...
Total downloads:5 095
Active installs:200+
plugin download
Click to start download

Allows the user to embed Vimeo movie clips with autoplay automute features by entering a shortcode ([vimeo ]) into the post area. Vimeo's options regarding the display of meta properties like autoplay, automute, by-line, title, or the video author's portrait are supported as short code attributes. I have built this plugin as a solution for embedding videos on our site.

Credits

N/A

Usage

  • Enter the [vimeo clip_id=XXXXXXX ] short code into any post. clip_id is the number from the clip's URL (e.g. vimeo.com/113868429)
  • In order to enable autoplay automute feature enter the shortcode as follows: [vimeo clip_id=XXXXXXX autoplay=1 automute=1 ]
  • Optionally modify the clip's appearance by specifying width or height, like so: [vimeo clip_id=XXXXXXX width=400 height=225 ]
  • Toggle the display of byline, portrait and title like so: [vimeo clip_id=XXXXXXX byline=0 portrait=1 title=1 ]
  • Using empty values for either the width or height attributes will cause plugin to calculate the proper dimension based on a 16:9 aspect ration. Example: [vimeo clip_id=113868429 height=300 width= ] or [vimeo clip_id=113868429 height=width=640 ]