I use that on my HN mashup... http://hnfluence.com/ Also my nyt mashup... http://influentialtimes.com/
See how many times a URL has been shared on Facebook
41–50 of 61 posts
Re: See how many times a URL has been shared on Facebook
#42Re: See how many times a URL has been shared on Facebook
#43Re: See how many times a URL has been shared on Facebook
#44I use that on my HN mashup... http://hnfluence.com/ Also my nyt mashup... http://influentialtimes.com/
What API/URL do you use to get the bit.ly counts?
Re: See how many times a URL has been shared on Facebook
#45Statistically speaking it would be flawed to use this to compare and prioritize a list of urls in order to rank them by interestingness/attention/etc. The reason is that pages that have Facebook like buttons embedded on them are statistically speaking going to have a higher chance of getting shared than those that don't (such as Hacker News - which doesn't have such buttons). I guess it depends what you might use thi…
Re: See how many times a URL has been shared on Facebook
#46Earlier quoted context omitted.
What API/URL do you use to get the bit.ly counts?
Probably the bit.ly API: http://code.google.com/p/bitly-api/wiki/ApiDocumentation
Re: See how many times a URL has been shared on Facebook
#47Twitter: 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.
Re: See how many times a URL has been shared on Facebook
#48Re: See how many times a URL has been shared on Facebook
#49Twitter: 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.
Google Buzz: https://www.googleapis.com/buzz/v1/activities/count?alt=json... Which is also a public API.
https://www.googleapis.com/buzz/v1/activities/count?alt=json...
Re: See how many times a URL has been shared on Facebook
#50Here is a PHP lib for getting these counts across quite a few services: https://github.com/nemein/com_meego_planet/blob/master/calcu...