Guest User

Untitled

a guest
Jan 15th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. href="https://plus.google.com/share?url={URL}"
  2.  
  3. href="http://www.linkedin.com/shareArticle?mini=true&url={articleUrl}"
  4.  
  5. <script type="IN/Share+init" data-counter="top" data-url="your share Url" data-onsuccess="tracklinkedin"></script>
  6.  
  7. function tracklinkedin(reponse) {
  8. console.log('linkedin' + reponse);
  9. //do here
  10. }
  11.  
  12. <div class="g-plus" data-action="share" data-annotation="top" data-href="your url" data-callback="trackgoogle" ></div>
  13.  
  14. function trackgoogle(reponse) {
  15. console.log('Google Plus' + reponse.state);
  16. if(reponse.state=='on')
  17. {
  18. $SS.TrackCount('googleplus')
  19. //to do
  20. }}
Advertisement
Add Comment
Please, Sign In to add comment