Getting youtube.com to load in iFrame

2020-01-27 07:30发布

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>

2条回答
We Are One
2楼-- · 2020-01-27 07:44

youtube.com cannot be loaded in an iframe.

A possible duplicate: See this

查看更多
Juvenile、少年°
3楼-- · 2020-01-27 07:47

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

查看更多
登录 后发表回答