Home

Using the API

All you need is the ID of the video you want to display and where you want to place it.

      
        var myVideo = new Player({
          videoId: 'YrblkMd-KMs',
          placement: '.example-div'
        });