Kermit the Frog
Kermit the Frog

Reputation: 3969

How to track facebook shares

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

Answers (1)

ljs.dev
ljs.dev

Reputation: 4483

You may choose to incorporate Gigya to facilitate and track sharing, not only on FB but across other social networks, too.

I've worked on projects where this served the purpose well.

Upvotes: 1

Related Questions