Live Chat Widget

Embed the live chat widget on your website by pasting the JavaScript snippet just before the </body> tag in the HTML of each page where you want the chat widget enabled. The snippet can be found on the Setup page at https://dashboard.deskdingo.com/setup. The snippet looks like this:

<script>
window.deskdingoSettings = {
  org: 'your_org_id',
};
</script>
<script type="module" src="https://widget.deskdingo.com/index.js"></script>