Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1256689

    Dear support,
    i try to implement automatic audio playback on my clients website. (I know nobody wants automatic audio play on a website…)
    This code is in a footer-widget:

    <h3>Hintergundmusik</h3>
    <audio controls autoplay>
    		<source src="Link/wp-content/uploads/2020/10/Fall_comes_Frametraxx_78_bpm.mp3" type="audio/mpeg" loop="on">
    Ihr Browser unterstützt das Audio-Element nicht.
    </audio>

    It shows the player but the autoplay doesn´t work. Is there a solution for that?

    #1256965

    Hey dondela,

    Best way – use a plugin to make it connected like that. Disabling auto play is generally a browser issue so it’s not much we can do about it.

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.