🔌 ChatDaKenh Widget — Dev Preview

This page simulates a customer website with the widget embedded.

Embed Code

<script 
  src="https://cdn.chatdakenh.com/widget.js"
  data-widget-id="YOUR_WIDGET_ID"
  data-api-url="http://localhost:3000/api/v1"
  data-ws-url="http://localhost:3001"
  async></script>

Manual Init

window.ChatDaKenh.init({
  widgetId: 'YOUR_WIDGET_ID',
  apiUrl: 'http://localhost:3000',
  wsUrl: 'http://localhost:3001',
})