🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

YouTube_Controller.js is a jQuery wrapper around the latest Youtube Data API which makes it easier to control the Youtube video player embedded in the document.

video Youtube

Documentation

YouTube Controller.js

A jquery plugin wrapper for controlling embedded video players using the YouTube Data API v3.

Usage

Define a HTML element which will contain the embedded video player.

<div id="player_id"> ...  </div>

Attach the YTController object onto any DOM element.

jQuery("#player_id").YTController({     width: "100%",     height: "422",     videoId: "6k8qeqZycgE" });

Demo

More detailed examples and documention can be found here.

Author

YouTubeController.js is written by Woody Romelus.

License

Released under MIT license.


You May Also Like