How to make audio autoplay on chrome
Solution #1 My solution here is to create an iframe and audio tag aswell for non-chrome browsers and in my script Solution #2: There is also another workaround for this according to @Leonard Create an iframe that doesn’t play anything just to trigger the autoplay in the first load. good source for the mp3 file silence.mp3 Then play your real audio file … Read more