Is there a way that I can retrieve the total number of Likes for my entire website for the day? Essentially, I'd like to display the total number of Like for each blog post that day.

link|improve this question

79% accept rate
An real-world example of how to use some of this data would be greatly appreciated. The documentation has been running in circles... Thanks! – HWD Apr 2 '11 at 4:50
feedback

4 Answers

You can use Facebook Insights to have statistics for your domain.

Cheers,

link|improve this answer
I've assigned my domain, but I'm still lost in figuring out how to grab the data I want and show it on my website. An example would be greatly appreciated. – HWD Apr 1 '11 at 6:43
In FB Insights there's a graph called "Sharing" which seems like the "like" count would be but there's no "likes" key (closest is "links posted). Where is the total like count statistic? – Adam Lynch Jun 2 '11 at 8:35
feedback

It's all time stats and not for the day but this simple Graph API call shows how many times an URL has been shared, for example: https://graph.facebook.com/http://google.com

If you launch it everyday with every URL of your website, you can store the values and get daily stats.

link|improve this answer
feedback

There is a much better solution to this.

There are apps that tell you the total number of facebook likes for your entire domain, i.e. www.totallikes.com. It can also tell you the total facebook likes for a single page only, i.e. http://www.totallikes.com/Default.aspx?url=http://stackoverflow.com.

I hope they release some sort of widget at some point.

link|improve this answer
feedback

totallikes.com shows only likes for current page, not whole websites, as it says. Try it with different urls

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.