Live data from Hacker News

See how many times a URL has been shared on Facebook

graph.facebook.com

11–20 of 61 posts

Re: See how many times a URL has been shared on Facebook

#12
post #8

Is there a way to get sum of the share count for all pages in a domain? This one only reflects share count of the specific page--or only the homepage if you pass a domain.

We're working on this: http://www.jaxified.com/. Right now we're focused on blogs since it's easy to see new content, but we're working on adding support for static sites as well.

Re: See how many times a URL has been shared on Facebook

#16
It's a shortcut for http://graph.facebook.com/?id=abc

Looks like fb made opengraph pages first class citizens on their namespace, should be interesting to see what else they get soon,

You can also do http://graph.facebook.com/?ids=http://news.ycombinator.com,h...

To lookup multiple urls at the same time.

Re: See how many times a URL has been shared on Facebook

#18

Twitter: http://urls.api.twitter.com/1/urls/count.json?url=http://new... LinkedIn: http://www.linkedin.com/cws/share-count?url=http://news.ycom... These APIs are marked private (as opposed to Facebook's) so use at your own risk.

I packaged a few of the private ones with this weekend project: http://sharedcount.com Unfortunately, only Facebook does URL normalization for you, so dumb things like trailing slashes have a big effect on the count.

Re: See how many times a URL has been shared on Facebook

#19
post #8

Is there a way to get sum of the share count for all pages in a domain? This one only reflects share count of the specific page--or only the homepage if you pass a domain.

Add the domain to facebook.com/insights and then you can download an excel spreadsheet with the daily totals, just sum these to get the total shares/likes for a domain
Post reply on HN