How to turn off autoplay for youtube videos url

How to turn off autoplay for youtube videos url?

Its quiet annoying to have autoplay for videos on the website and can put off visitors on the website
The simple way is to auto turn off the autoplay setting to 0 in the query string parameters of thr url.

For example your website youtube link is https://www.youtube.com/xyz
then just add “?autoplay=0” at the end of url


It will look like this – https://www.youtube.com/xyz?autoplay=0
If you would also not like to show ads for related videos then add “?autoplay=0&rel=0”

So the final url will look like – https://www.youtube.com/xyz?autoplay=0&rel=0