File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ < meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 ">
4+ <!-- <script src="https://cdn.jsdelivr.net/npm/motion@latest/dist/motion.js"></script> -->
5+ < script >
6+ const { animate, scroll } = Motion
7+ </ script >
8+ </ head >
9+ < body >
10+ < script type ='text/javascript '>
11+ function initNextGenChat ( ) {
12+ try {
13+ embeddedservice_nextgenchat . settings . language = 'en_US' ; // For example, enter 'en' or 'en-US'
14+
15+ embeddedservice_nextgenchat . init (
16+ // '00Dxx00Pd8Wtx4y',
17+ // 'LOCAL_254',
18+ '00DSB0000005YCL' ,
19+ 'tiffany' ,
20+ 'https://w17900592.my.site-com.tiffany-tso-z7xfudgigtw90.wb.crm.dev:6101/ESWNGC11741368521843' ,
21+ {
22+ // scrt2URL: 'http://w-17729485.my.salesforce-scrt-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev'
23+ scrt2URL : 'https://esw-sdb3-blitz.test1.my.pc-rnd.salesforce-scrt.com'
24+ }
25+ ) ;
26+ } catch ( err ) {
27+ console . error ( 'Error loading Next Gen Chat: ' , err ) ;
28+ }
29+ } ;
30+ </ script >
31+ < script type ='text/javascript ' src ='https://w17900592.my.site-com.tiffany-tso-z7xfudgigtw90.wb.crm.dev:6101/ESWNGC11741368521843/assets/js/init.js ' onload ='initNextGenChat() '> </ script >
32+ </ body >
33+ </ html >
You can’t perform that action at this time.
0 commit comments