« Web, HTML, Tech Forum

Music Autoplay from profil

Posted by Agito

posted

Forum: Web, HTML, Tech

Hello ! Do you know how to put an automatic music on your profile when you arrive on it?


Report Topic

3 Replies

Sort Replies:

Reply by Agito

posted

I just tested and it doesn't work :(


Permalink Report Reply

Reply by hallucinogenicHypnotist

posted

Hey, sorry for the late reply and guess I didn't necro the thread since some other guy did that but you can add auto playing audio without iframes and just the html audio tag. Here's the code:

<audio autoplay loop>
<source src="https://www.[put link to audio file here].mp3" type="audio/mp3">
</source>
</audio>

if it's not an mp3 file then wav and ogg are also supported by html


Permalink Report Reply

Reply by kai ☏

posted


<iframe width="0" height="0" src="https://www.youtube.com/embed/[DIGITSAFTERTHE=SIGN]?autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>


I hope this helps!


Permalink Report Reply