Answers for "how to play youtube video in my website without iframe"

6

add Youtube videos to a website html

//first go to your video click on share ,and click on embed "<>" and then paste the
the code 
<iframe width="560" height="315" src="https://www.youtube.com/embed/yXWw0_UfSFg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Posted by: Guest on November-12-2021
1

iframe youtube not working

<iframe width="560" height="315" src="https://www.youtube.com/embed/ZwKhufmMxko" frameborder="0" allowfullscreen></iframe>
Posted by: Guest on May-16-2020

Code answers related to "how to play youtube video in my website without iframe"

Browse Popular Code Answers by Language