« Web, HTML, Tech Forum

Help with music!!!

Posted by Raynie

posted

Forum: Web, HTML, Tech

So i have this https://youtu.be/VRmr_aS6whY playing on my profile, but when I look at it when I'm not signed in it doesn't play. have I made a mistake with the coding or am I just not meant to use a signed out account?

If anyone has any answer thank you!


Report Topic

1 Reply

Reply by Ryan

posted

After taking a look at it with an inspection tool, it appears the reason that it's not auto playing is because it has an "&playlist" parameter which is causing it to load as a playlist instead of just the video alone. When I removed that part of the URL it started auto playing.

So if you go to where the embed code is and remove the part in red shown below, it should start auto playing.

https://www.youtube.com/embed/VRmr_aS6whY?loop=1&autoplay=1&controls=0&start=0&playlist=VRmr_aS6whY&


Permalink Report Reply