Blog, YouTube video infinite automatic playback (PC)
YouTube videos without having to click on the play button above, endless autoplay HTML code sharing.
Right click on YouTube video --> Copy source code --> HTML source is copied as below
Copy source code
<iframe width="955" height="721" src="https://www.youtube.com/embed/lDZnM3Uuq0E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
------------------------------------------------------------------------------------
width="500" height="300" --> Change the size to the desired size
amp;autoplay=1 --> Auto play
amp;playlist=lDZnM3Uuq0E&loop=1 --> Repeat playback
------------------------------------------------------------------------------------
Changed html source
<iframe width="500" height="300" src="https://www.youtube.com/embed/lDZnM3Uuq0E?amp;autoplay=1&playlist=lDZnM3Uuq0E&loop=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
After adding two types of auto play and repeat play, paste them in the desired position in HTML mode.
If you do so, it will automatically play infinitely repeating like the video above.
If you want to play YouTube videos automatically and repeat, try the above.
After adding two types of auto play and repeat play, paste them in the desired position in HTML mode.
And if you remove the HTML check again,
As shown in the image above, it automatically plays infinitely.
Again, enter it in HTML mode.
If you want to play YouTube videos automatically and repeat, try the above.
<You never read this! You will definitely be rich. Be really real rich~ Cheer!!>
댓글