Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshbuchea/e769eb87b6f462af8d71fcebc30c7061 to your computer and use it in GitHub Desktop.
Save joshbuchea/e769eb87b6f462af8d71fcebc30c7061 to your computer and use it in GitHub Desktop.
Get the share counts from various APIs

Share Counts

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.

Twitter

http://cdn.api.twitter.com/1/urls/count.json?url=http://stylehatch.co

Returns: { "id": "http://stylehatch.co", "shares": 61 }

@mattnwa
Copy link

mattnwa commented Jun 14, 2018

Great write up! The Pinterest /urls endpoint has been removed sometime in the last week FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment