Skip to content

Instantly share code, notes, and snippets.

@lsnickolov
Created June 26, 2017 09:45
Show Gist options
  • Save lsnickolov/b39276258cc9029eb1cce8119fde2f96 to your computer and use it in GitHub Desktop.
Save lsnickolov/b39276258cc9029eb1cce8119fde2f96 to your computer and use it in GitHub Desktop.
<!-- Start of SessionStack-Intercom Integration Script -->
<script type="text/javascript">
sessionstack('getSessionId', function(id) {
if (id) {
Intercom('update', {
sessionstackURL: `https://app.sessionstack.com/player/#/sessions/` + id,
});
}
});
</script>
<!-- End of SessionStack-Intercom Integration Script -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment