-
Notifications
You must be signed in to change notification settings - Fork 0
/
chat.html
22 lines (21 loc) · 869 Bytes
/
chat.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<body>Test Site</body>
<script type='text/javascript'>
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
embeddedservice_bootstrap.init(
'00D3O0000006o56',
'SEWebchat2',
'https://pxc--digitaleng.sandbox.my.site.com/ESWSEWebchat21695738660414',
{
scrt2URL: 'https://pxc--digitaleng.sandbox.my.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
</script>
<script type='text/javascript' src='https://pxc--digitaleng.sandbox.my.site.com/ESWSEWebchat21695738660414/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
</html>