Skip to content

Commit e8a764f

Browse files
Create ngc.html
1 parent 0e0677c commit e8a764f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

254/W-17900592/ngc.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 initNextGenChat() {
6+
try {
7+
embeddedservice_nextgenchat.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
8+
9+
embeddedservice_nextgenchat.init(
10+
// '00Dxx00Pd8Wtx4y',
11+
// 'LOCAL_254',
12+
'00DSB0000005YCL',
13+
'tiffany',
14+
'https://w-17729485.my.site-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev:6101/ESWMIAW25441739919783254',
15+
{
16+
// scrt2URL: 'http://w-17729485.my.salesforce-scrt-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev'
17+
scrt2URL: 'https://esw-sdb3-blitz.test1.my.pc-rnd.salesforce-scrt.com'
18+
}
19+
);
20+
} catch (err) {
21+
console.error('Error loading Next Gen Chat: ', err);
22+
}
23+
};
24+
</script>
25+
<script type='text/javascript' src='https://w-17729485.my.site-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev:6101/ESWMIAW25441739919783254/assets/js/init.js' onload='initNextGenChat()'></script>
26+
<style type='text/css' src='https://cdn.jsdelivr.net/npm/motion@latest/dist/motion.js'></script>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)