Embed for Vimeo

外掛說明

Embed for Vimeo plugin is the easiest way to embed Vimeo videos in WordPress. This plugin extends the default Vimeo embed with advanced player parameters.

Unlike other Vimeo plugins, It doesn’t replace your on-page video embed code with JavaScript/HTML code. Loading a video with JavaScript doesn’t provide any video SEO benefit as a search engine crawler will only see some code instead of the actual video object.

Embed for Vimeo is easy to use because there is no setting to configure. It uses the oEmbed API so your videos will be responsive and provide all the benefits that core WordPress Vimeo embed has to offer. Vimeo videos on your website will continue to work even if you choose to deactivate the plugin.

Features

  • Responsive and mobile friendly.
  • Proper Vimeo video embed with no additional JavaScript code.
  • No setting to configure. Install, activate and start using it.
  • No Vimeo API key needed.
  • Embed Vimeo videos in WordPress with the Vimeo block.
  • Enable/Disable airplay.
  • Enable/Disable autopause.
  • Enable/Disable cc (closed captions).
  • Enable/Disable byline (author name).
  • Enable/Disable video title display.

How to Use Embed for Vimeo

Create a new post/page and add a Vimeo block. Copy and paste the Vimeo video URL into it. For example:

https://vimeo.com/1084536

airplay

To disable AirPlay in the player you can add “airplay=false” to your Vimeo URL.

https://vimeo.com/1084536?airplay=false

autopause

This argument is enabled by default which pauses the current video when another Vimeo video on the same page starts to play. To permit simultaneous playback of all the videos on the page you can add “autopause=false” to your Vimeo URL.

https://vimeo.com/1084536?autopause=false

byline

If you do not want to display the author name in the player, add “byline=false” to your Vimeo URL.

https://vimeo.com/1084536?byline=false

title

If you do not want to display the video title in the player, add “title=false” to your Vimeo URL.

https://vimeo.com/1084536?title=false

cc

This argument is enabled by default which enables closed captions in the player. To disable closed captions you can add “cc=false” to your Vimeo URL.

https://vimeo.com/1084536?cc=false

This option has no effect if your video does not have captions or subtitles.

How to Add Multiple Arguments

You can add multiple arguments to your Vimeo URL with &.

https://vimeo.com/1084536?autopause=false&byline=false

For a single argument ? needs to be used.

Documentation

For documentation please visit this Vimeo plugin page

螢幕擷圖

  • Vimeo Video Player

安裝方式

  1. Go to the Add New plugins screen in your WordPress Dashboard
  2. Click the upload tab
  3. Browse for the plugin file (embed-for-vimeo.zip) on your computer
  4. Click “Install Now” and then hit the activate button

常見問題集

Is this plugin responsive?

Yes.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Embed for Vimeo〉的開發相關工作。

參與者

將〈Embed for Vimeo〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.3

  • Added an option to disable video title display

1.0.2

  • Added options to control closed captions

1.0.1

  • First commit