Getting youtube.com to load in iFrame

自闭症网瘾萝莉.ら 提交于 2019-12-17 07:43:06

问题


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



来源:https://stackoverflow.com/questions/8698742/getting-youtube-com-to-load-in-iframe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!