我的页面上有 fb-like 和 fb-share 按钮,但是当我点击喜欢或分享按钮时,喜欢和分享的计数同时增加。
例如 喜欢我的网页后喜欢计数 = 4 和分享计数 = 3喜欢计数 = 5 和分享计数 = 5
这就是问题
类似FB的按钮代码
<iframe src="http://www.facebook.com/plugins/like.php?href=<%=ShareURL.ToString() %>&layout=button_count&show_faces=false&width=100&action=like&font=lucida+grande&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 85px;height: 21px;" allowtransparency="true">
FB分享按钮代码
<div style="display: inline; float: right; margin-removed 80px;">
<a href="http://www.facebook.com/sharer.php" name="fb_share">
share_url="<%=ShareURL.ToString() %>" type="button_count">Share</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share">
type="text/javascript"></script>