Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1467644

    Hallo Team,
    ich habe hier ein Youtube-Video eingebettet, das eigentlich automatisch starten soll:

    Das klappt aber nicht. Man muss auf das Video klicken und dann öffnet sich Youtube auf einer neuen Seite.
    Was mache ich falsch?

    Liebe Grüße!
    Monika

    #1467655

    yes – i tested it too – and with the video element it does not start with autoplay – even if i mark the mute Option:

    you can try a code block element with embed code:

    <iframe id="ytplayer" type="text/html" width="720" height="405" src="https://www.youtube.com/embed/J9GuhL89q0I?autoplay=1&cc_load_policy=1&enablejsapi=1&loop=1&mute=1&rel=0&playsinline=1&color=white&iv_load_policy=3" frameborder="0" allowfullscreen>

    #1467657

    Thank you very much! (Although I am still wondering, why it doesn’t work with the video element… Shouldn’t it? But my problem is solved for now!)

    #1467658

    one big advantage is that it seems to work now to set the relative videos to not show: pause the video – then you do not see the relatives now.

    HM??? the whole time the rel=0 works – now visiting your page again – the relatives are shown again …. ?
    Or did you change the embed code?

    #1467661

    No, I didn’t change anything… It’s still your code…

    #1467716

    Sometimes the rel=0 does work – sometimes not – i do not know why.

    #1467772

    Hi,

    It might be due to this change, and according to other sources, the behavior of the rel parameter could vary depending on whether you’re logged in or not: https://developers.google.com/youtube/player_parameters#august-23,-2018

    Best regards,
    Ismael

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