forked from KABI/fedi.camp_Website
test on website chat
This commit is contained in:
parent
50f331d320
commit
a131b377ed
1 changed files with 20 additions and 0 deletions
20
index.html
20
index.html
|
@ -281,6 +281,26 @@
|
|||
<script src="assets/js/util.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
<!-- WebsiteChat -->
|
||||
|
||||
<script>
|
||||
(function(d,t) {
|
||||
var BASE_URL="https://app.chatwoot.com";
|
||||
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=BASE_URL+"/packs/js/sdk.js";
|
||||
g.defer = true;
|
||||
g.async = true;
|
||||
s.parentNode.insertBefore(g,s);
|
||||
g.onload=function(){
|
||||
window.chatwootSDK.run({
|
||||
websiteToken: '9W2Vod8ffLArzeFQuZYyzaNr',
|
||||
baseUrl: BASE_URL
|
||||
})
|
||||
}
|
||||
})(document,"script");
|
||||
</script>
|
||||
|
||||
|
||||
<a rel="me" href="https://dz.social/@tobi"></a>
|
||||
<a rel="me" href="https://social.tchncs.de/@wuffel"></a>
|
||||
<a rel="me" href="https://digitalcourage.social/@chpietsch"></a>
|
||||
|
|
Loading…
Reference in a new issue