Getting youtube.com to load in iFrame

It is not possible to get the Youtube homepage or any other URL specified in the youtube.com prefix for upload to iFrame. Any suggestions or ideas?

The code:

<iframe src="http://youtube.com" frameborder="0" width="1020" height="560" horizontalscrolling="no" verticalscrolling="yes"></iframe> 
+7
source share
2 answers

Youtube does not allow embedding. Only http://www.youtube.com/embed/ * is allowed for HTML5 video.

+7
source

youtube.com cannot be loaded in an iframe.

Possible Duplicate: Watch This

+3
source

All Articles