-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathUKRenewals.html
More file actions
39 lines (36 loc) · 1.08 KB
/
UKRenewals.html
File metadata and controls
39 lines (36 loc) · 1.08 KB
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
38
39
<!DOCTYPE html>
<html>
<head>
<title>OpenDialog.ai | Renewals</title>
<link rel="stylesheet" type="text/css" href="amerDemo.css">
</head>
<body>
<div class="container">
<input type="text" id="urlInput" placeholder="Customers Site Here">
<button id="submitBtn">Simulate Site</button><br>
<iframe id="webFrame" src=""></iframe>
<script src="amerDemo.js"></script>
</div>
<script>
window.openDialogSettings = {
url: 'https://customer-office.cloud.opendialog.ai',
appKey: '41|xrw3CqIfsE6DZ79fTvnGZv46GlP5gf9IHjsSn9kNcf8fd8ef',
user: {
custom: {
selected_scenario: '5591'
}
},
customSettings: {
openCta: {
title: "Hello!👋 Chat with us!",
icon: "https://customer-office.cloud.opendialog.ai/images/cta-chat-open.svg",
borderRadius: "50px",
width: "280px",
height: "80px",
background: "#001abf",
},
},
};
</script>
<script src='https://customer-office.cloud.opendialog.ai/dist/nu-webchat-js'></script>
</html>