Facebook Share and Like按钮显示相同的数量 - 这是不对的

时间:2011-01-22 15:47:21

标签: facebook

为什么ShareLike按钮的计数相同? 我今天刚刚实施了Like按钮,应该只有2-3个喜欢。

您可以在此处查看我的问题:http://www.norwegianfashion.no/news/ofw-forbids-fur-on-the-catwalk/

我使用的代码是:

        <div class="share">
          <div class="face_share">
            <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>  
          </div> 
          <div class="face_like">
            <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=130&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:130px; height:20px;"></iframe>
          </div>
          <div class="twitter">
            <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="norw_fashion">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> 
          </div>
        </div>

1 个答案:

答案 0 :(得分:2)

这两个功能现在都在做同样的事情:

  

分享仍然是一种选择,但是我们合并了外部计数   计数代表总数   与URL的互动。

     

此外,“喜欢”仍然可以让您发布图像   添加评论时(通过   XFBML版)。

Source