music player tutorial

1. upload your mp3 file to https://catbox.moe/.

2. once your file has been uploaded, copy the link!



3. go to your theme, scroll down to where it says ‘song mp3’, and paste your link in the box!! add a song title, and you're done!!

THE FOLLOWING IS FOR MY 'KIND OF A THEME. CODE' THEME ONLY!

want to have more than 4 songs? (basic html knowledge needed)

so you want to add more songs to your music player? it's actually quite easy! 1. go into the theme's html and scroll all the way down to line 810!



2. simply copy and paste this code into the track list array for as many songs as you'd like!:

{ name:"SONG TITLE HERE", path:"SONG URL HERE" },

it should look like this:



3. change SONG TITLE HERE to the correct song title, and SONG URL HERE to the correct song url. you are done!