I'm currently using jQuery to record each click on a Facebook share link on my site, but I'm looking for a more accurate solution. Instead of recording the clicks, I'd like to record the actual "shares". Is there a way to get a response message back from Facebook after the user shares a link?
feedback
|
|
I came across this today: http://graph.facebook.com/http://stackoverflow.com It returns a total share count for a specified URL. I have unique URLs for each user in my application so I can track their shares easily by using this. It also works for twitter: http://urls.api.twitter.com/1/urls/count.json?url=http://stackoverflow.com | |||
|
feedback
|
|
You could use something like ShareThis instead of your jquery function and even get a bit more insights, analytics etc. However, you will encounter the same problem, created from off-site shares/likes, like posted here: http://forums.sharethis.com/topic.php?id=2947 | |||
|
feedback
|
|
Here's what I do....Create the share using normal anchor that calls this javascript function (spacing or brackets or something might be off):
| |||
|
feedback
|