Skip to content

Commit b97162e

Browse files
Merge pull request #80 from Gauravdarkslayer/chatbase-integration
ftr: Chatbase integrated
2 parents 3f408de + 5718b5e commit b97162e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
3232

3333
gtag('config', 'G-N2X4LE7WXQ');
3434
</script>
35+
<script>
36+
window.embeddedChatbotConfig = {
37+
chatbotId: "fLrtpHarwIOyaZo5nXo3t",
38+
domain: "www.chatbase.co"
39+
}
40+
</script>
41+
<script
42+
src="https://www.chatbase.co/embed.min.js"
43+
chatbotId="fLrtpHarwIOyaZo5nXo3t"
44+
domain="www.chatbase.co"
45+
defer>
46+
</script>
3547
</head>
3648

3749
<body>

0 commit comments

Comments
 (0)