Custom Chat Button

If you want to use your own chat button, you can specify a query selector in the trigger property of window.deskdingoSettings.

window.deskdingoSettings = {
  org: 'your_org_id',
  trigger: '.chat-widget-button',
};

If you specify the trigger property, the minimize button in the chat window will instead be a close button.