Skip to content

Instantly share code, notes, and snippets.

@boffey
Last active December 11, 2015 22:49
Show Gist options
  • Save boffey/4672231 to your computer and use it in GitHub Desktop.
Save boffey/4672231 to your computer and use it in GitHub Desktop.
/* change data-onsuccess="linkedInShare" to data-onsuccess="yourFunction" */
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-counter="right" data-onsuccess="linkedInShare"></script>
<script>
function linkedInShare() {
// Track Linked In
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment