9

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>
David
  • 8,340
  • 7
  • 49
  • 71
aethergy
  • 723
  • 2
  • 7
  • 16

2 Answers2

11

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

sascha
  • 4,671
  • 3
  • 36
  • 54
4

youtube.com cannot be loaded in an iframe.

A possible duplicate: See this

Community
  • 1
  • 1
hrishikeshp19
  • 8,838
  • 26
  • 78
  • 141