Skip to content

Commit f703e5c

Browse files
authored
Create sdb6_sdb3.html
1 parent 102d474 commit f703e5c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html>
2+
<head>
3+
<title>sdb6_miaw_sdb3_asa</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
</head>
6+
<body>
7+
8+
<style>
9+
body {
10+
background: url("https://esw1234.github.io/ComcastHome.png") no-repeat;
11+
}
12+
</style>
13+
14+
<script type='text/javascript'>
15+
function initEmbeddedMessaging() {
16+
try {
17+
embeddedservice_bootstrap.settings.language = 'en_US';
18+
embeddedservice_bootstrap.settings.devMode = true;
19+
20+
embeddedservice_bootstrap.init(
21+
'00DSB00000LVYFp',
22+
'MIAW',
23+
'https://orgfarm-90820276d1.test1.my.pc-rnd.site.com/ESWUnauth11736994416342',
24+
{
25+
scrt2URL: 'https://orgfarm-c2653b8cbc.test1.my.pc-rnd.salesforce-scrt.com'
26+
}
27+
);
28+
} catch (err) {
29+
console.error('Error loading Embedded Messaging: ', err);
30+
}
31+
};
32+
</script>
33+
<script type='text/javascript' src='https://orgfarm-90820276d1.test1.my.pc-rnd.site.com/ESWUnauth11736994416342/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
34+
35+
</body>
36+
</html>

0 commit comments

Comments
 (0)