Last active
August 29, 2015 14:10
-
-
Save chromaphobic/7123e7347b7fa82c05af to your computer and use it in GitHub Desktop.
YouTube Playlist Player
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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