在facebook上隐藏评论框就像

时间:2013-02-25 05:44:11

标签: javascript facebook facebook-like

我想要像facebook一样按钮,但不允许添加评论。

我一直在尝试通过以下方式:

xfbml like button hide the possibility to add a comment to the like - 无效

还尝试在随机类/ 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方法,停止显示评论框需要哪些确切的代码?

0 个答案:

没有答案