user3257
0
Q:

HOW TO USE A video on a html website from youtube


<iframe width="420" height="315"
src="https://www.youtube.com/embed/tgbNymZ7vqY">

</iframe>
 
10

<iframe width="420" height="315"
src="https://www.youtube.com/embed/tgbNymZ7vqY">

</iframe>
4
<!-- You can add lots more fuetures than this by the way...
- Find a YouTube video
- Set width and height
- Copy the embeded URL into the src value

But this is how to add a YouTube video:
-->

<body>
<iframe width="420" height="345" 
src="https://www.youtube.com/embed/tgbNymZ7vqY" >
</iframe>
</body>
1
<iframe width="560" height="315" src="https://www.youtube.com/embed/thatthingonvideourl" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1

New to Communities?

Join the community