1.0.0 • Published 9 years ago

youtube_controller v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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("#yt_player").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.