Skip to content

Commit ab0f1da

Browse files
Create local2.html
1 parent 467482b commit ab0f1da

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

254/W-17729485/local2.html

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

0 commit comments

Comments
 (0)