anteriovieira / vue-youtube

A simple component for a powerful API. vue-youtube provides a simple layer for you to use your imagination while over the YouTube IFrame Player API.
MIT License
340 stars 56 forks source link

Playlist #5

Closed eduardocmoreno closed 6 years ago

eduardocmoreno commented 6 years ago

Antério, very nice plugin! I'd like to use a playlist ID instead of video ID, whats the way?

Antério, muito bom seu plugin, estou utilizando ele no momento, porém gostaria de saber se é possível usar uma ID de playlist.

anteriovieira commented 6 years ago

Hi @eduardocmoreno , the component does not work with list of videos, just a video. You will have to develop your own playlist component and then integrate the vue-youtube component.

But it does not seem complicated to me.

eduardocmoreno commented 6 years ago

Ok @anteriovieira, thx for reply.

digitalfrost commented 6 years ago

Hi @eduardocmoreno - the component works fine if you pass a valid value for playlist in playervars as per the YouTube IFrame API Documentation: https://developers.google.com/youtube/player_parameters?playerVersion=HTML5

anteriovieira commented 6 years ago

Example with playlist

Thank you @digitalfrost