I have always struggled with getting all the various share buttons from Facebook, Twitter, Google Plus, Pinterest, etc to align correctly and to not look like a tacky explosion of buttons. Seeing a number of sites rolling their own share buttons with counts, for example The Next Web I decided to look into the various APIs on how to simply return the share count.
http://cdn.api.twitter.com/1/urls/count.json?url=http://stylehatch.co
Returns:
{"count":528,"url":"http://stylehatch.co/"}
http://graph.facebook.com/?id=http://stylehatch.co
Returns:
{ "id": "http://stylehatch.co", "shares": 61 }
@voku @enjoyiacm @Methos21 @lutsen Try http://newsharecounts.com to get Twitter share counts. You need to sign-up using your Twitter account, add the sites you wish to track (up to 1000), and then use http://public.newsharecounts.com/count.json?url= to get the counts.