-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (33 loc) · 953 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
</head>
<body>
<script src="https://staging-web-chat.nativechat.com/3.13.0/sdk/nativechat.js" integrity="sha256-qsscB2fTR787u6xJzuKpsFvqZu8YDJlD+9t1263J/e4=" crossorigin="anonymous"></script>
<link href="https://staging-web-chat.nativechat.com/3.13.0/sdk/nativechat.css" integrity="sha256-g93HNtfI/muni4k6Y521xxieczrYcoAFfQj0FCFS9as=" crossorigin="anonymous" rel="stylesheet" type="text/css">
<script>
var chatSettings = {
bot: {
id: "99dd3b26291d4316965dd916"
},
channel: {
id: "a8a1bf99-f6ae-472d-ae38-caedf0a92b15",
token: "367a3d45-9315-44b9-aa22-6213b8609518"
},
googleApiKey: "your-google-maps-API-key",
session: {
clear: true
},
chatServerInstance: "staging-"
};
window.NativeChat.load({
id: "kcChatWindow",
origin: "",
display: {
mode: "modal"
},
chat: chatSettings
});
</script>
</body>
</html>