-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes-embed.html
32 lines (28 loc) · 1.03 KB
/
es-embed.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript">
window.adaSettings = {
handle: "headspace",
language: "es",
greeting: "66bf98495425ccbccb3155cc",
rolloutOverride: 1.0,
metaFields: {"qwe": "asd", "zxc": 123},
parentElement: "content_frame",
lazy: false
};
console.log("adaSettings=" + JSON.stringify(window.adaSettings));
</script>
<script defer id="__ada" src="https://static.ada.support/embed2.js"></script>
</head>
<body style="position: absolute; bottom: 0px; top: 0px; left: 0px; right: 0px; margin: 0; padding: 0;">
<div id="content_frame" style="height: 100%; width: 100%"></div>
<style>
#ada-button-frame {
display: none;
}
</style>
</body>
</html>