Is there a way to check how many shares of url is done on Google+?
The equivalent from Facebook and Twitter would be: http://graph.facebook.com/http://stackoverflow.com and http://urls.api.twitter.com/1/urls/count.json?url=http://stackoverflow.com
Is there an equivalent on Google+?
Are you looking for this?
https://plusone.google.com/_/+1/fastbutton?url=http://stackoverflow.com
If you are searching for the text value, you can search the following line in the source code of the url:
<div id="aggregateCount" class="Oy">{NUMBER_OF_SHARES}</div>
The following JavaScript will extract the number of shares from the url:
parseInt(document.getElementById('aggregateCount').innerHTML.replace('.',''))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With