Total number of Facebook Likes for entire domain
Asked Answered
S

4

15

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.

Skricki answered 31/3, 2011 at 8:35 Comment(1)
An real-world example of how to use some of this data would be greatly appreciated. The documentation has been running in circles... Thanks!Skricki
W
10

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.

Willmert answered 31/3, 2011 at 14:54 Comment(2)
This does not give any Like countMaryjomaryl
Jesus, downvoting a 5 years old answer, seriously? When that question was asked (and answered by me), the "like" button was gone in favour of the share one, so the only relevant data you could get is the number of shares. Now that the like button is back again, there are probably other methods available, like these: #4510544Willmert
T
5

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

Cheers,

Titer answered 31/3, 2011 at 14:49 Comment(3)
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.Skricki
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?Brantbrantford
For last one year or so, you can not even add a new domain. Is there any help? It says on platform insight page "You do not have any domains using insights." - but there is no instructions on how to add one. People are saying this functionality is broken for long time.Maryjomaryl
I
0

You need to put some code into your website, as said in the documentation so you can't do it for the domain you want, just for domains under your administration.

For the rest, just can get the likes for a single URL, using, for example, this link

Inspect answered 13/1, 2015 at 11:30 Comment(1)
there is NO like countsMaryjomaryl
E
-1

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

Eugeneeugenia answered 8/5, 2012 at 11:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.