我有以下代码允许人们在他们的 Facebook 上分享链接
<div class="fb_share">
<a name="fb_share" type="button" share_url="http://www.handybook.com"
href="http://www.facebook.com/sharer.php">Share us on Facebook</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"
type="text/javascript"></script>
</div>
我如何追踪某人在分享链接后是否真的分享了链接?谢谢!