The chat widget will appear in the bottom-right corner of this page. Click on it to start chatting!
Copy and paste this code before the closing </body> tag:
<!-- AI Casino Chat Widget -->
<link rel="stylesheet" href="https://widget.vdstest.site/chat-widget.css">
<script src="https://cdn.socket.io/4.5.4/socket.io.min.js"></script>
<script src="https://widget.vdstest.site/widget-config.js"></script>
<script src="https://widget.vdstest.site/chat-widget.js"></script>
<script>
AICasinoChat.init({
theme: 'purple', // or 'blue', 'green', 'red'
position: 'bottom-right', // or 'bottom-left'
welcomeMessage: 'Welcome to AI Casino! How can I help you today?'
});
</script>