react-youtube icon indicating copy to clipboard operation
react-youtube copied to clipboard

Can I add YouTube playlists?

Open adcoding opened this issue 2 years ago • 1 comments

The package works like a charm. But can I use it for youtube playlist? If yes, how can I do that?

adcoding avatar Dec 14 '22 11:12 adcoding

Part of the player params See 'Loading a playlist'

playerVars: { list: playlistId, listType: 'playlist' }

brianshano avatar Feb 06 '23 20:02 brianshano