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>
youtube.com cannot be loaded in an iframe.
A possible duplicate: See this
Youtube does not allow embedding. Only http://www.youtube.com/embed/* is allowed, which is for HTML5 videos.