Reputation: 3969
I have the following code to allow people to share a link on their 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>
How can I track whether someone actually shared the link after they shared the link? thanks!
Upvotes: 2
Views: 1048