Social Counters with SVG logos!

This golang app provides consistent and faster social counters for popular social networks. Traditionally, website owners have to include scripts from social networks to display their buttons and share counters (see Facebook, Twitter and Google documents). Unfortunately, those buttons do not align well together (different style, inflexible width, etc.) and more importantly, they often make a lot of extra requests in order to render correctly, generally make it a bad user experience.

This app implement counters fetcher for Facebook, Twitter and Google+ and return everything in one single request of about 8KB (gzip) or 15KB (original). With the only script inclusion, it can display all the signature logos of those networks and their counters for the specified url.

all.js (requires jQuery)

/js/all.js?url=https://github.com

/js/all.js?url=https://www.facebook.com&shorten=1

jQuery Plugin (advanced usage)