Monitor your AI chat widget performance and metrics
Daily conversation volume over the past 7 days
User satisfaction scores by category
New widget deployed
Widget #1234 is now live on example.com
API key regenerated
DeepSeek API credentials updated
Configuration updated
Response timeout set to 30 seconds
Customize your AI chat widget appearance and behavior
Copy and paste these codes to add your AI chat widget to any website
Copy this code and paste it into your HTML file
<!-- AI Chat Widget -->
<script>
(function(w,d,s,l,i){
w[l]=w[l]||[];
w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});
var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
j.async=true;
j.src='https://widget.yourapp.com/embed.js?id='+i+dl;
f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','YOUR_WIDGET_ID');
</script>
<!-- End AI Chat Widget -->
For React applications
import { useEffect } from 'react';
const AIChatWidget = () => {
useEffect(() => {
const script = document.createElement('script');
script.src = 'https://widget.yourapp.com/embed.js';
script.setAttribute('data-id', 'YOUR_WIDGET_ID');
script.async = true;
document.body.appendChild(script);
return () => {
document.body.removeChild(script);
};
}, []);
return null;
};
export default AIChatWidget;
For WordPress websites
// Add to functions.php
function add_ai_chat_widget() {
?>
<!-- AI Chat Widget -->
<script>
(function(w,d,s,l,i){
w[l]=w[l]||[];
w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});
var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
j.async=true;
j.src='https://widget.yourapp.com/embed.js?id='+i+dl;
f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','YOUR_WIDGET_ID');
</script>
<!-- End AI Chat Widget -->
<?php
}
add_action('wp_footer', 'add_ai_chat_widget');
Choose your preferred embed method above
Add the code to your HTML before the closing </body> tag
Update 'YOUR_WIDGET_ID' with your actual widget ID
Check our documentation for detailed integration guides or contact support for assistance.
Monitor and manage all chat conversations in real-time
12 active conversations
Sarah Johnson
How does the pricing work?
Mike Chen
Can you help me with setup?
Emma Wilson
Thanks for the quick response!
Active 2 minutes ago
Hi there! I'm interested in your AI chat widget
2:30 PM
Hello! I'd be happy to help. What would you like to know?
2:31 PM
Can you help me with setup? I'm not sure how to integrate it with my website
2:32 PM
Absolutely! It's very straightforward. Just copy the embed code from your dashboard and paste it into your website's HTML before the closing </body> tag.
2:33 PM
That sounds simple enough. Do you offer any customization options?
2:34 PM
Yes! You can customize colors, position, welcome messages, and more through our widget configurator.
2:35 PM
Response Time
2.3s avg
Satisfaction
94%
Configure your DeepSeek API integration and manage authentication