
Cool music for your cool website!
The Webdeck Player is a player for Youtube playlists coded entirely in Javascript and intended for personal websites. Use it for showing your amazing music taste to your visitors!
Live demo: https://webdeckplayer.neocities.org
Releases section: https://github.com/cristiancfm/webdeck-player/releases
(read these instructions also on the website)
Getting started with the Webdeck Player is very simple. Follow this tutorial and you'll get your copy of the player running in a few minutes!
Go to the Releases section of the Github repository and download the latest version available. You should get a webdeck-player-v.X.X.X.zip file.
Unzip the file and put the webdeck-player folder into your website root folder.
a. Run the player on a separate browser window (recommended)
<button onclick="window.open('/webdeck-player/index.html', 'Web Deck Player', 'height=250, width=600')">Open Web Deck Player</button><iframe src="/webdeck-player/index.html" height="250" width="600" scrolling="no"></iframe>Go to the script.js file inside the webdeck-player folder. There you can follow the instructions to change the playlists shown in the player.
To add a new theme to the player, copy its folder to the themes folder. Then, open the script.js file and add it to the list following the instructions.
Themes are just a collection of resources (like images or fonts) and a CSS file to modify the player appearance. You just need basic knowledge about CSS to start! Create a new theme following these steps:
webdeck-player folder, locate the themes folder and open it.my-theme.script.js file following the instructions inside it.webdeck-player.css file and modify it to your liking. You can also change the fonts and the images. Do not rename any image. Their paths are used in the script.js file. The about.txt file is for adding a description about the theme and your name.Created by Chris. Licensed under the MIT License. Some components of the software such as fonts were created by others. In these cases, attribution was given for their work.