Chatbot Widget Demo

How to Use

This page demonstrates the chatbot widget. The chat button should appear in the bottom-right corner.

To embed on your own website, add:

<script src="https://your-cdn.com/chatbot-widget.js"></script>
<script>
  ChatbotWidget.init({
    apiUrl: 'https://your-api.com',
    apiKey: 'your-api-key-here',
    mobile: '+46728376581',
    title: 'Assistant',
    position: 'bottom-right'
  });
</script>