youtube_controller

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i youtube_controller

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • romelusw