Last active
December 22, 2015 20:49
-
-
Save lkdocs/6528740 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Paste above the end </body> tag in your HTML --> | |
<script type="text/javascript"> | |
LK = Object(); | |
LK.appKey = 1234567890; | |
LK.icon = "medium"; | |
LK.redirectURL = location.protocol + '//' + location.host + window.location.pathname; | |
LK.color = "blue"; | |
</script> | |
<script src="https://d2882u593o0m3.cloudfront.net/lksdk.min.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment