LiveChat widget — dev harness
This page simulates a tenant website. The embeddable widget bundle loads from /embed.js and is configured via the script tag's data-livechat-widget-key attribute.
Use ?key=wk_… in the URL to test against a specific signed public widget key. If the default key isn't seeded the widget will silently stay hidden, which is the correct behavior for unknown keys.
Open the browser console to see warnings. The launcher button (when visible) appears bottom-right. Click it to open the chat panel; reload the page to verify the anonymous session id is restored from sessionStorage.
Public API
window.LiveChatWidget.open(); window.LiveChatWidget.close(); window.LiveChatWidget.toggle(); window.LiveChatWidget.refresh(); window.LiveChatWidget.destroy();