Tagged: video
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
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>
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!)
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?
No, I didn’t change anything… It’s still your code…
Sometimes the rel=0 does work – sometimes not – i do not know why.
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