使用类似facebook的按钮时停止出现评论框

使用类似facebook的按钮时停止出现评论框,facebook,facebook-social-plugins,Facebook,Facebook Social Plugins,当用户喜欢我的页面上的内容时,我想阻止评论框出现 这可能吗 我正在使用 <div id="fb-root"> </div> <script src="http://connect.facebook.net/en_US/all.js#appId=153692861385098&amp;xfbml=1"> </script> <fb:like href='http://www.domain.com/path/to/page.html'

当用户喜欢我的页面上的内容时,我想阻止评论框出现

这可能吗

我正在使用

<div id="fb-root">
</div>
<script src="http://connect.facebook.net/en_US/all.js#appId=153692861385098&amp;xfbml=1">
</script>
<fb:like href='http://www.domain.com/path/to/page.html' 
    send="true" layout="button_count" width="0" show_faces="false" font="">
</fb:like>

我也一直在尝试这样做。这并不完美,但到目前为止,我发现唯一可行的方法是使用以下CSS:

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}
信用证:

可能的副本