我想要 facebook like 按钮,但不允许添加评论。
我一直在尝试通过以下方式:
xfbml 赞按钮隐藏添加评论的可能性- 不起作用
还尝试在随机类/ID上使用以下内容
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$(".classname").hide();
});
并且还通过document.getElementById("u_0_2").style.display="none";
使用任何 html/iframe/xfbml 方法,需要什么确切的代码来停止显示评论框?