vimeoEmbedder.js
Extend and simplify the customization and styling configuration of the Vimeo player using jQuery.
vimeoEmbedder.js for jQuery helps you easily embed and extend the customization beyond the Vimeo player’s native abilities
Overview
vimeoEmbedder.js for jQuery helps you easily embed and extend the customization beyond the Vimeo player’s native abilities. The lightweight plugin is designed to help give you creative control over how your Vimeo videos are presented by configuring a set of options. In addition, vimeoEmbedder.js enables you to customize your own placeholder image for any Vimeo video. The plugin does not embed Vimeo videos when a web page loads on the fly, but rather allows the user to embed the video player on click.
Configuration Options
vimeoID
width
height
vimeoColor
image
playButtonColor
vimeoBackground
Usage and Options
1) To use vimeoEmbedder.js, the first thing you should do is load the scripts and stylesheet found in the distribution within the head tag:
<link rel="stylesheet" href="css/vimeoEmbedder.css">
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/jquery.vimeoEmbedder.js"></script>
2) Next, place the following source code anywhere inside the body tag of your HTML document where you would like the Vimeo player to be displayed:
<div id="vimeoEmbedder"></div>
3) Customize and style the Vimeo player configuration options inside the jquery.vimeoEmbedder.js javascript file.
Browsers and platforms
vimeoEmbedder.js works reliably on Firefox, Safari, Chrome and IE.




Demo
The above Vimeo player uses the following vimeoEmbedder.js configuration options:
var vimeoID = "1185749";
var width = "480";
var height = "270";
var image = "http://www.underwater.ca/vimeoembedder/plugin/img/cover.jpg";
var vimeoColor = "88d6f6";
var playButtonColor= "88d6f6";
var vimeoBgColor = "f1f1f1";