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-lefttop-righttop-left
Quick Example
new ChatBoxSDK({
apiKey: 'YOUR_API_KEY',
position: 'bottom-left'
});