Trying to make a YT video loop with iframe code:
<iframe width="640" height="360" src="//www.youtube.com/embed/y48hmNVvPis?loop=1&playlist=y48hmNVvPis" frameborder="0" allowfullscreen></iframe>
- Get embed code from YT
- Add to URL for src= the parameters ?loop=1&playlist=y48hmNVvPis where the value for playlist= matches the part of the url after /embed/ (the YT Id for the video)
Add a comment