Forum Discussion
HotCakeX
Sep 25, 2019MVP
Autoplay blocking does Not work on YouTube
Autoplay blocking option is set to "Block". restarted the browser, then I got to YouTube, click on a video and it starts automatically as before. Edge insider Version 79.0.285.0 (Official build) ...
evanchatter37
Dec 13, 2022Copper Contributor
Since April 2018, Google made some changes to the Autoplay Policy. You not only need to add the autoplay=1 as a query param, but also add allow='autoplay' as an iframe's attribute
So while http://net-informations.com/q/mis/youtube.html video, you will have to do something like this:
<iframe src="https://www.youtube.com/embed/VIDEO_ID?autoplay=1" allow='autoplay'></iframe>