Skip to content

Commit a484167

Browse files
committed
feat: add comm100 livechat
1 parent 79ff1fb commit a484167

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,5 +366,31 @@ <h3 style="font-weight: normal">Quick Start Options</h3>
366366
></iframe>
367367
</noscript>
368368
<!-- End Google Tag Manager -->
369+
<div style="background-repeat: no-repeat; background-position: 0px 0px; margin: 0; padding: 0px 0px 0px 0px">
370+
<!--Begin Comm100 Live Chat Code-->
371+
<div id="comm100-button-20242b05-3781-4d86-9b7f-fab63ddcdde3"></div>
372+
<script type="text/javascript">
373+
var Comm100API = Comm100API || {};
374+
(function (t) {
375+
function e(e) {
376+
var a = document.createElement("script"),
377+
c = document.getElementsByTagName("script")[0];
378+
(a.type = "text/javascript"), (a.async = !0), (a.src = e + t.site_id), c.parentNode.insertBefore(a, c);
379+
}
380+
(t.chat_buttons = t.chat_buttons || []),
381+
t.chat_buttons.push({
382+
code_plan: "20242b05-3781-4d86-9b7f-fab63ddcdde3",
383+
div_id: "comm100-button-20242b05-3781-4d86-9b7f-fab63ddcdde3",
384+
}),
385+
(t.site_id = 90003305),
386+
(t.main_code_plan = "20242b05-3781-4d86-9b7f-fab63ddcdde3"),
387+
e("https://vue.comm100.com/livechat.ashx?siteId="),
388+
setTimeout(function () {
389+
t.loaded || e("https://standby.comm100vue.com/livechat.ashx?siteId=");
390+
}, 5e3);
391+
})(Comm100API || {});
392+
</script>
393+
<!--End Comm100 Live Chat Code-->
394+
</div>
369395
</body>
370396
</html>

0 commit comments

Comments
 (0)