Skip to content

Commit 948c4d3

Browse files
authored
Create MIAWARConvo.html
1 parent cddb17b commit 948c4d3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Silpa/SDB3/MIAWARConvo.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
<html>
3+
<head>
4+
<title>9024SGIA2HAuto-WebClient</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
6+
</head>
7+
<body>
8+
<h1>MIAW ARConvo</h1>
9+
<h2 style="color:blue;"> For Admin</h2>
10+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
11+
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
12+
<script type='text/javascript'>
13+
function initEmbeddedMessaging() {
14+
try {
15+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
16+
17+
embeddedservice_bootstrap.init(
18+
'00DSB00000KYcSL',
19+
'MIAWWeb',
20+
'https://orgfarm-9a58cd47d9.test1.my.pc-rnd.site.com/ESWMIAWWeb1737623482530',
21+
{
22+
scrt2URL: 'https://orgfarm-9a58cd47d9.test1.my.pc-rnd.salesforce-scrt.com'
23+
}
24+
);
25+
} catch (err) {
26+
console.error('Error loading Embedded Messaging: ', err);
27+
}
28+
};
29+
</script>
30+
<script type='text/javascript' src='https://orgfarm-9a58cd47d9.test1.my.pc-rnd.site.com/ESWMIAWWeb1737623482530/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
31+
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)