次のコードを使用してFacebookまたはYouTubeをiframeタグにロードしようとしても、何も起こりません。ページがiframeタグに読み込まれないこの問題は、youtube、stackoverflow、facebookなどの複数のサイトで発生します
コード:
<head>
<title>HTML Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>Below is an iframe.</p>
<iframe src="http://www.youtube.com/" width="400" height="150">
<p>iframes are not supported by your browser.</p>
</iframe>
</body>
</html>
助けてください