LinkedIn and google plus share successful callback
问题 I got callback after share successfully with Facebook and Twitter. Is it possible with Linkedin and Google Plus? Google Plus Share : href="https://plus.google.com/share?url={URL}" Linkedin Share : href="http://www.linkedin.com/shareArticle?mini=true&url={articleUrl}" 回答1: Try Linkedin Share widget set callback function on onsuccess that fire when share successfully <script type="IN/Share+init" data-counter="top" data-url="your share Url" data-onsuccess="tracklinkedin"></script> on