Skip to content

Commit ba82810

Browse files
authored
Create 00DSG00000a16V2CwCChannel.html
1 parent 2d98e88 commit ba82810

File tree

1 file changed

+30
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)