Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 195 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 195 Bytes

ytPlaylist

jQuery Plugin for YouTube Player with Playlist

How to use

<div id="player"></div>
<script>
    $('#player').ytPlaylist({apiKey: YOUR_GOOGLE_API_KEY});
</script>