5.2.3 • Published 6 years ago

@meisterplayer/plugin-youtube v5.2.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

Youtube plugin for Meister

This plugins allows youtube videos to be embedded in the meister player.

Getting started

To get started simply add the Youtube: {} and YoutubePlayer: {} to the meister configuration object:

var meisterPlayer = new Meister('#player', {
    Youtube: {},
    YoutubePlayer: {},
});

meisterPlayer.setItem({
    src: '_FVgD5KJPyE', //Only youtube ID's are supported
    type: 'youtube'
});
5.2.3

6 years ago

5.2.2

6 years ago

5.2.1

7 years ago