Last active
July 8, 2019 20:44
-
-
Save scumah/0597033ab958f337bbe37c39820155b3 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Document</title> | |
</head> | |
<body> | |
Kustomer chat test | |
<script> | |
!function(a,b,c,d){a.Kustomer=c,c._q=[],c._i=[],c.init=function(a){function b(a,b){a[b]=function(){a._q.push([b].concat(Array.prototype.slice.call(arguments,0)))}}for(var d="init clear identify track start describe on".split(" "),e=0;e<d.length;e++)b(c,d[e]);c._i.push(a)};var e=b.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://cdn.kustomerapp.com/cw/sdk.v1.1.min.js";var f=b.getElementsByTagName("script")[0];f.parentNode.insertBefore(e,f)}(this,document,window.Kustomer||{}); | |
Kustomer.init('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMjM2NDNkMGRkYzA4MDA5MjY5MmQ3NiIsInVzZXIiOiI1ZDIzNjQzYzkxNjM2OTAwMWE0Y2M1ZjciLCJvcmciOiI1YmE0ZGZhODVkNTFhMzJlYjAwZGJmNWIiLCJvcmdOYW1lIjoiam9iYW5kdGFsZW50IiwidXNlclR5cGUiOiJtYWNoaW5lIiwicm9sZXMiOlsib3JnLnVzZXIiLCJvcmcuYWRtaW4iLCJvcmcudHJhY2tpbmciXSwiYXVkIjoidXJuOmNvbnN1bWVyIiwiaXNzIjoidXJuOmFwaSIsInN1YiI6IjVkMjM2NDNjOTE2MzY5MDAxYTRjYzVmNyJ9.Qi7ELK3iIGZQ6Vo2DWxvKB4_MMRMGdNbNT1R-oDwwFk'); | |
Kustomer.start({lang: "es"}); | |
Kustomer.open(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment