-3
的iFrame HTML我有一個網站沒有SRC
<iframe src="" name="" width="" height="">
<html>
<head>
<meta property="og:title" content="Title" />
<meta property="og:type" content="website" />
<meta property="og:description" content="This Is The Description Section" />
</head>
<body>
<div id="fb-root"></div>
<script> (function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "";
fjs.parentNode.insertBefore(js, fjs);
} (document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="@Request.Url" data-width="300" data-num-posts="3"></div>
</body>
</html>
</iframe>
這個代碼不工作這裏面的代碼,但我不知道爲什麼?誰能幫我?
你有什麼打算?那是不是應該如何使用iframe – fGo
定義「不工作」?你期望發生什麼? iframe不能直接包含內容,請將'src'屬性設置爲您提供內容的URL。 – CodeCaster
我想用戶在這個iframe裏面的facebook評論 –