Chat Widget v1.0
MPTC Chatbot Integration
This page demonstrates how to embed the MPTC Chatbot widget into any website. The widget loads in an isolated iframe, ensuring no styles leak into or out of the host website.
Integration Steps
- Copy the loader script: Paste the script below into the head or body of any website.
- Configuration: The script dynamically communicates with this widget server to render the floating bubble and container.
- Isolated styling: Rest assured that your host website's styles will not interfere with the chatbot's premium interface.
Script Tag Embedding
<script src="http://localhost:3000/widget.js" async></script>