I am having fb-like and fb-share button on my page, but when i click like or share button, the count in like and share increases simultaneously.
As for example like count = 4 and share count = 3 after liking my web page Like count =5 and share count = 5
This is the problem

fb-like button code
<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-share button code
<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>