Skip to content

Instantly share code, notes, and snippets.

@chromaphobic
Last active August 29, 2015 14:10
Show Gist options
  • Save chromaphobic/7123e7347b7fa82c05af to your computer and use it in GitHub Desktop.
Save chromaphobic/7123e7347b7fa82c05af to your computer and use it in GitHub Desktop.
YouTube Playlist Player
<!-- The div, ul, and script are all required -->
<!-- The data-source is copied from the YouTube playlist's URL -->
<!-- data-playlist-name data-thumbnail-path are required and should be left empty -->
<div id="youtube-playlist"></div>
<ul id="playlists">
<li data-source="list=PLD17355887F6284EE" data-playlist-name="" data-thumbnail-path=""></li>
</ul>
<script type="text/javascript">$(document).ready(function() { loadPlaylistPlayer(); });</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment