Getting youtube.com to load in iFrame

2020-01-27 07:32发布

问题:

Can't get Youtube's homepage, or any other youtube.com prefixed URL to load in an iFrame. Any suggestions or insights?

Code:

<iframe src="http://youtube.com" frameborder="0" width="1020" height="560"
 horizontalscrolling="no" verticalscrolling="yes"></iframe>

回答1:

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



回答2:

youtube.com cannot be loaded in an iframe.

A possible duplicate: See this