Skip to content

Commit aea5d6e

Browse files
Create tiffany.html
1 parent 9c856e8 commit aea5d6e

File tree

1 file changed

+27
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)