this worked for me!
thank you very much!! <3
posted
posted
posted
posted
posted
posted
updated
Hello!
Because I was using this code myself and it stopped working all of a sudden, and I've seen other users say it wasn't working for them, here's how you could fix it (mind you, I'm still learning CSS myself, so this might not fix it for some users!):
1. Make sure you're posting this code OUTSIDE your <style> </style> tags. These tags are for CSS code, while the code we will be using to create a music player is HTML code, so if you paste it inside the tags, Spacehey wont "read" it.
2. Paste the code on the About me section of your profile:
<iframe src="https://www.youtube.com/embed/--------------------?autoplay=1&loop=1" width="0" height="0" frameborder="0" allow="autoplay">
</iframe>
This code has been simplified to the basics, so if you wanted something "extra" aside from the music, you might need to use a slightly different code. The 0 values in "width" and "height" make your music player invisible. Give them a higher number value if you want the player to show. Usually, you're given width="560" height="315" by default, but you can also tweak these values to your preference.
3. Substitute the area marked by dashes (-) with the bit of the link of your desired music that goes after "v=".
Example: https://www.youtube.com/watch?v=dQw4w9WgXcQ
I hope that fixes it! If I figure out how to make it loop without using a several-hour-long video, I will update! Hope this helps!!
UPDATE:
For the song to loop in your profile, simply add &playlist=-------------------- right after ?autoplay=1&loop=1. Once again, you will be substituting the dashed line with the bit corresponding to your song. This would be the result:
<iframe
src="https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1&loop=1&playlist=dQw4w9WgXcQ"
width="0"
height="0"
frameborder="0"
allow="autoplay">
</iframe>
posted
posted
posted
posted
posted
does anyone know how to turn on the auto play feature in duck duck go? i would love to be able to play my music ;-;
posted
updated
posted
posted
it doesnt work for meeee, is there a specific place i have to paste the code??