File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments