I am trying to put youtube.com into an iframe on my website.
I tried doing it like you would with any other site.
<iframe
width="400" height="320" style="visibility:visible" src="https://www.youtube.com">
</iframe>
It works fine with other sites but not with youtube.com. It only shows a blank page that says youtube.com denied the connection. Is there anything I am doing wrong?