aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Biswakalyan Bhuyan 2023-05-26 17:38:27 +0530
committerGravatar Biswakalyan Bhuyan 2023-05-26 17:38:27 +0530
commited14185061d76ee45b57a8140b77254fcecb3b19 (patch)
tree95698b1fce320ec93ca77152b77f5e4afc3b6bb8 /README.md
parent4992349771050116f32b189d9541d8c01ef11175 (diff)
downloadwebdeck-player-ed14185061d76ee45b57a8140b77254fcecb3b19.tar.gz
webdeck-player-ed14185061d76ee45b57a8140b77254fcecb3b19.tar.bz2
webdeck-player-ed14185061d76ee45b57a8140b77254fcecb3b19.zip
music
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files 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:
-`<button onclick="window.open('/webdeck-player/index.html', 'Web Deck Player', 'height=250, width=600')">Open Web Deck Player</button>`
+ - 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:
+`<button onclick="window.open('/webdeck-player/index.html', 'Web Deck Player', 'height=250, width=600')">Open Web Deck Player</button>`
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:
-`<iframe src="/webdeck-player/index.html" height="250" width="600"></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:
+`<iframe src="/webdeck-player/index.html" height="250" width="600"></iframe>`
### Adding playlists