From 22be95b2c3f7921aa775c88d51c6101c230e5d86 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Fri, 26 May 2023 17:38:27 +0530 Subject: music --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e5e228..407f37e 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,9 @@ 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 +**Live demo**: https://music.xgenos.me -![GitHub release (latest by date)](https://img.shields.io/github/v/release/cristiancfm/webdeck-player) -![GitHub](https://img.shields.io/github/license/cristiancfm/webdeck-player) -[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://paypal.me/cristiancfm) +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://paypal.me/xgenos) ## Features @@ -25,10 +23,10 @@ The **Webdeck Player** is a player for Youtube playlists coded entirely in Javas ## Downloads -Releases section: https://github.com/cristiancfm/webdeck-player/releases +Releases section: https://git.xgenos.me/webdeck-player ## Instructions -*(read these instructions also on the [website](https://webdeckplayer.neocities.org))* +*(read these instructions also on the [website](https://music.xgenos.me/))* 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! @@ -38,13 +36,13 @@ Getting started with the Webdeck Player is very simple. Follow this tutorial and 2. Unzip the file and put the `webdeck-player` folder into your website root folder. 3. a. **Run the player on a separate browser window (recommended)** - - The player is designed to work inside a container of 600x250 pixels. You can make the player open in a new browser window - it will look great and visitors can navigate the rest of your site while keeping the player running! To do it, place a tag like the following in your site: -`` + - The player is designed to work inside a container of 600x250 pixels. You can make the player open in a new browser window - it will look great and visitors can navigate the rest of your site while keeping the player running! To do it, place a tag like the following in your site: +`` This code creates a button that will open a window with the specified height and width containing the player. 3. b. **Run the player inside an iframe** - - You can also run the player inside a page of your site using an iframe tag. To do it, you can write the following tag in the HTML of your page: -`` + - You can also run the player inside a page of your site using an iframe tag. To do it, you can write the following tag in the HTML of your page: +`` ### Adding playlists -- cgit v1.2.3-59-g8ed1b