Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Total number of Facebook Likes for entire domain

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.

like image 228
HWD Avatar asked Mar 31 '11 08:03

HWD


2 Answers

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.

like image 78
Capsule Avatar answered Oct 27 '22 07:10

Capsule


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

Cheers,

like image 28
Xavier Balloy Avatar answered Oct 27 '22 06:10

Xavier Balloy