How to get a number of Google Plus +1 for a URL of post -


i want number of google+ +1 url of article post.

for example want number of g+ of beautydea magazine. there way add url post specific url of google api? such facebook or twitter. here examples of facebook , twitter same url post.

facebook:

https://graph.facebook.com/fql?q=select%20total_count%20from%20link_stat%20where%20url=%27http://www.beautydea.it/orly-baked-collezione-smalti-estate-2014/%27 

twitter:

http://urls.api.twitter.com/1/urls/count.json?url=http://www.beautydea.it/orly-baked-collezione-smalti-estate-2014/ 

well if doing on server side, load url referred iframe of button

https://apis.google.com/u/0/_/+1/fastbutton?usegapi=1&url=http%3a%2f%2fwww.beautydea.it%2forly-baked-collezione-smalti-estate-2014%2f

and read count div id "aggregatecount". you're out of luck on client-side approach, since can't load external html page.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -