Skip to content

Commit fad389a

Browse files
authored
Create index.html for 3rd parth public site cwc test on sdb39/258-patch
1 parent ada7a40 commit fad389a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

cwc/3rdPublicSdb39/index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
<title>Testing CWC - 258 on sdb39 - with meta tag for responsive design</title>
6+
</head>
7+
<body>
8+
9+
<h2>Testing CWC in 258 on sdb39 - Nov 5 13:00</h2>
10+
<script type='text/javascript'>
11+
function initEmbeddedMessaging() {
12+
try {
13+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
14+
15+
embeddedservice_bootstrap.init(
16+
'00DVW000004eDE4',
17+
'Food_Options',
18+
'https://orgfarm-a0d9b8c47f.demo.test1.my.pc-rnd.site.com/ESWFoodOptions1760388339959',
19+
{
20+
scrt2URL: 'https://orgfarm-a0d9b8c47f.demo.test1.my.pc-rnd.salesforce-scrt.com'
21+
}
22+
);
23+
} catch (err) {
24+
console.error('Error loading Embedded Messaging: ', err);
25+
}
26+
};
27+
</script>
28+
<script type='text/javascript' src='https://orgfarm-a0d9b8c47f.demo.test1.my.pc-rnd.site.com/ESWFoodOptions1760388339959/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
29+
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)