Can i put a video from youtube on my website

can i put a video from youtube on my website?:slight_smile:

Yes, there should be no problems with that.

Can I Use YouTube links to my webpage

YouTube links as in embedded videos?
YouTube links as hyperlinks and anchors?
Or links to your website from a YouTube description or annotation?

Yes, embedding or linking to a youtube video will not stress the server any more than adding a simple HTML element to the website.

Note that you should still not add any youtube videos that violate the TOS. (These types of films probably violates the Youtube TOS as well)

Yeah, You can get the embed link from your vídeo on Youtube !
And insert into your web site using (For example, HTML5)

<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/UBk34gDy4F0" frameborder="0" allowfullscreen></iframe>