Skip to content

Commit ec72481

Browse files
authored
Create miaw1.html
1 parent ee98417 commit ec72481

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<html>
2+
<head>
3+
<title>258 miaw1.html </title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
</head>
6+
<body>
7+
8+
<script type='text/javascript'>
9+
function initEmbeddedMessaging() {
10+
try {
11+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
12+
embeddedservice_bootstrap.settings.devMode = true;
13+
14+
embeddedservice_bootstrap.init(
15+
'00DSG00000WuEp3',
16+
'CWC_3',
17+
'https://orgfarm-43fda76695.my.site-com.lbcvof7nr4d014x3rrdtz03lb15.wc.crm.dev:6101/ESWMIAW11760989819979',
18+
{
19+
scrt2URL: 'https://orgfarm-a504d7a61b.test1.my.pc-rnd.salesforce-scrt.com'
20+
}
21+
);
22+
} catch (err) {
23+
console.error('Error loading Embedded Messaging: ', err);
24+
}
25+
};
26+
</script>
27+
<script type='text/javascript' src=' https://orgfarm-43fda76695.my.site-com.lbcvof7nr4d014x3rrdtz03lb15.wc.crm.dev:6101/ESWMIAW11760989819979/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
28+
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)