How to bypass video autoplay blocking?
-
Good day. In short, earlier, if you insert this code into the site:
<iframe src="https://frontend.vh.yandex.ru/player/айдивидео?from=partner&mute=1&play_on_visible='true'&autoplay=0&branding=0" class="yandex-efir-embed__iframe" frameBorder="0" allowfullscreen=""></iframe>
, the video was played upon entering the site. Now the code has been updated and autoplay has stopped working. An example of the new code looks like this:
<iframe src="https://frontend.vh.yandex.ru/player/айдивидео?from=partner&mute=1&&autoplay=0&branding=0&autoplay=0&from_block=zen%3Aarticle%3Awidget&from=zen%3Aarticle" class="yandex-efir-embed__iframe" frameborder="0" allowfullscreen=""></iframe>
Is there anything you can tweak here to make autoplay work again?JavaScript Anonymous, Aug 17, 2020
0 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!