Hello everyone, Is there any method to insert a widget from botchat into the admin page of espocrm?
I have tried inserting the script successfully, but the chat widget does not appear.
Below is my code:
<script>
window.embeddedChatbotConfig = {
chatbotId: "aKQwkzeBbr7bIX6FHmuEL",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="aKQwkzeBbr7bIX6FHmuEL"
domain="www.chatbase.co"
defer>
</script>
I have tried inserting the script successfully, but the chat widget does not appear.
Below is my code:
<script>
window.embeddedChatbotConfig = {
chatbotId: "aKQwkzeBbr7bIX6FHmuEL",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="aKQwkzeBbr7bIX6FHmuEL"
domain="www.chatbase.co"
defer>
</script>
Comment