youtube_controller
v1.0.0
Published
jQuery plugin for controlling YouTube embedded video players.
Downloads
4
Maintainers
Readme
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.