Loading...
Embed and customize the WRRK chat widget on your website.
The WRRK chat widget can be embedded on any website. Customize its appearance and behavior to match your brand.
</body> tag.The snippet looks like:
<script src="https://widget.wrrk.ai/v1/chat.js"
data-bot-id="your-bot-id"
data-org-id="your-org-id">
</script>Navigate to Chatbots > [Your Bot] > Appearance to customize:
Colors:
Position:
Size:
Avatar:
Greeting:
Auto-open — Automatically open the widget after a visitor has been on the page for X seconds.
Pages — Show the widget on all pages, or only on specific URLs.
Business hours — Show a different greeting or disable the widget outside business hours.
Visitor identification — If your website has logged-in users, pass their info to the widget for personalized conversations:
WrrkChat.identify({
name: "John Doe",
email: "john@example.com"
});The widget automatically adapts to mobile screens. On phones, it opens full-screen for a better experience. You can disable the mobile full-screen behavior in Appearance settings if preferred.
Track widget performance:
Tags