我在http://septicsecurity.com/facebook.html上有以下代码
它曾经工作,但不再工作。我不明白为什么。发生了什么,我该怎么做才能让它再次工作?
更新 - 我刚刚发现它在我扔掉旧现金并重新打开浏览器后可以工作 我可能也与我更新了 FB 管理权限页面并取消了任何国家限制有关。
更新更新- 我是个白痴。我看不到它,因为我在 FireFox 上安装了一个新应用程序 (DNT+),它会阻止社交网络和广告网络在网络上跟踪你。随后它拿走了FB的赞和评论框。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="paulk">
<title>Facebook</title>
</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 = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=161799263843988";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- FACEBOOK START -->
<div style="float:left;margin-right:18px;">
<div class='fb-like-box' data-href='http://www.facebook.com/pages/Septic-Security/209608059122157' data-width='380' data-show-faces='true' data-stream='true' data-header='true'></div>
</div>
<div style="float:left;">
<div class='fb-comments' data-href='http://septicsecurity.com' data-num-posts='5' data-width='380' style='border:1px solid silver; height:588px;'></div>
</div>
<!-- FACEBOOK END -->
</body>
</html>
上面的浮动div只是为了将like box和comment box放在一起,我试图去掉所有额外代码的页面,也只是试图显示like box或comment box,但它仍然不起作用.