Facebook共享和类似按钮显示相同的计数-即';这不对

Facebook共享和类似按钮显示相同的计数-即';这不对,facebook,Facebook,为什么Share和Like按钮的计数相同? 我今天刚刚实现了Like按钮,应该只有2-3个Like 你可以在这里看到我的问题: 我使用的代码如下: <div class="share"> <div class="face_share"> <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Sh

为什么
Share
Like
按钮的计数相同? 我今天刚刚实现了
Like
按钮,应该只有2-3个Like

你可以在这里看到我的问题:

我使用的代码如下:

        <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>


现在,这两个功能正在做相同的事情:

共享仍然是一种选择,但是我们合并了外部计数,以便 计数代表总数 与URL的交互

此外,“like”还可以让您发布图像 添加注释时(通过 XFBML版本)


因此,当我在facebook上共享一个链接,有人在facebook上点击类似的链接时,点击次数就会增加?@Steven:这是一个有趣的问题,但我想……如果facebook上类似的链接是针对新闻提要本身的,那么就不算了!我刚查过。任何人喜欢我在Facebook上共享的页面,都会增加共享数。@Steven:是的,我在回答中已经说过了,但我在评论中的意思是,如果你的朋友单击提要下的
like
链接,该链接会说
Steven likes blah blah
,我想这对你分享/喜欢的链接来说算不上是喜欢,但对新闻提要本身来说算是喜欢!