Google plus share button callback (when share is succeded)
问题 is there a way to get the callback for a succeful share with this code ? (it's for sharing a link on google plus) <a href="https://plus.google.com/share?url={URL}" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img src="https://www.gstatic.com/images/icons/gplus-64.png" alt="Share on Google+"/></a> thank you 回答1: https://developers.google.com/+/web/share/ onendinteraction function(jsonParam) If