Skip to main content

Positioning

Coming Soon

This documentation is currently being written. Check back soon!

Overview

Learn how to control where the chat widget appears on your website.

Position Options

  • bottom-right (default)
  • bottom-left
  • top-right
  • top-left

Quick Example

new ChatBoxSDK({
apiKey: 'YOUR_API_KEY',
position: 'bottom-left'
});

Next Steps