💬 Chat Widget Demo

Embeddable chat widget for Implants Guru

👉 Look for the chat bubble in the bottom-right corner!

How to Add to Your Website

Simply add this script tag to any page:

<script src="https://chatbox.sivahub.com/widget.js"></script>

That's it! The chat bubble will automatically appear on your page.

🎨 Branded Design

Matches Implants Guru color scheme (#003f66)

📱 Mobile Ready

Fully responsive on all devices

⚡ Real-time

WebSocket-powered instant messaging

🤖 AI Powered

93 knowledge base entries about dental implants

👨‍⚕️ Staff Takeover

Human agents can take over any chat

🔒 Secure

SSL encrypted, production-ready

JavaScript API

Control the widget programmatically:

// Open the chat
window.ImplantsChat.open();

// Close the chat
window.ImplantsChat.close();

// Toggle open/closed
window.ImplantsChat.toggle();

// Check if open
window.ImplantsChat.isOpen(); // returns true/false
View Staff Dashboard