🤖 QR Bot Widget Example

This page demonstrates the QR Code God embeddable chat widget. The widget appears in the bottom-right corner and can be controlled using the buttons below.

React TypeScript Responsive Dark Mode

Widget Controls

Test the widget with these interactive controls.

Configuration Options

Change widget settings dynamically.

Features

  • Responsive Design
  • Dark Mode Support
  • Session Persistence
  • Customizable Branding
  • Multiple Positions
  • Auto Open/Close
  • Event Callbacks
  • Mobile Optimized

Integration Code

Copy this code to integrate the widget on your website:

<!-- Add before closing </body> tag --> <script src="https://cdn.qrcodegod.com/embed.js"></script> <script> QRBot.init({ apiUrl: 'https://api.qrcodegod.com', apiKey: 'your-api-key', position: 'bottom-right', theme: 'auto', brandName: 'Your Company', brandColor: '#3b82f6', autoOpen: false }); </script>