@convergeapp/chat-widget
v1.5.0
Published
Embeddable chat widget for Converge customer support platform
Maintainers
Readme
Converge Chat Widget
A lightweight, self-contained chat widget that can be embedded on any website with a single <script> tag.
Features
- 💬 Real-time messaging - Automatic polling for new messages every 3 seconds
- 🎨 No style conflicts - Isolated styles that won't interfere with your website
- 📱 Fully responsive - Works on mobile, tablet, and desktop
- ⚡ Lightweight - Single file bundle with no external dependencies
- 🚀 Easy integration - Just one script tag to add to your site
Installation
1. Add the script to your website
Add this script tag before the closing </body> tag:
<script
src="https://cdn.jsdelivr.net/npm/convergeapp/chat-widget@1/dist/widget.js"
data-api-key="your-api-key-here">
</script>You can find your api key on https://useconverge.app under
Manage Company -> Integrations -> Converge Widget
Done! 🎉
See LICENSE.md in the root directory.
