Call back after google plus share button

I am using google plus in my application. I wanted to implement a callback function after a user shared a message. let me know whether or not it is possible to implement a callback after clicking the sharing button in google plus.

Thanks in advance Pratap

+4
source share
2 answers

There are actually two possible callbacks set by the attributes of the share tags or by setting parameters in the gapi.plus.render call. The function indicated onstartinteraction is called when the pop-up bubble pops up, and the function indicated onendinteraction is called when the bubble closes.

See https://developers.google.com/+/plugins/share/#sharetag-parameters for more details.

+4
source

The Google+ Share buttons do not support callbacks. There is an open function request to add this function . Call him to show your interest, but please do not add "+1" and "Me too!". comments.

+1
source

All Articles