Skip to content

Commit 1a30b19

Browse files
Create W-17663059.html
1 parent 24610ac commit 1a30b19

File tree

1 file changed

+25
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)