为什么Share
和Like
按钮的计数相同?
我今天刚刚实施了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)); ?>&layout=button_count&show_faces=false&width=130&action=like&colorscheme=light&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>
答案 0 :(得分:2)