Website widget, share pages & analytics
Every bot can also live outside WhatsApp: as a chat bubble on your own website, and as a public share page anyone can try. Both run the exact same flow through a public, rate-limited API — your provider credentials and AI keys never leave the server. Open 📣 Share in the builder header to manage all of it.
Website chat widget
- Open your bot in the builder → 📣 Share → toggle on Website chat widget.
- Copy the snippet and paste it just before
</body>on your site:
<script src="https://flochatbot.com/widget.js" data-flowbot="YOUR_KEY" async></script>
A green chat bubble appears bottom-right; clicking it opens the conversation. Each visitor gets their own session (kept in their browser, 12-hour idle timeout server-side). The widget works on any site — WordPress, Shopify, plain HTML — because it's a single script tag with no dependencies.
- Flood protection: the public chat API allows 20 messages per 30 seconds per visitor.
- Instant updates: save the flow in the builder and the widget serves the new version on the next message — no re-embedding.
- Turning the toggle off disables the widget everywhere immediately.
Public share page
Toggle on Public share page to get a link like https://flochatbot.com/share/YOUR_KEY. Anyone who opens it sees your bot's flowchart, chats with it live in the browser, and can clone it into their own builder canvas with one click. Great for portfolios, client approvals, and showing off in communities.
Secrets are stripped before cloning: the clone endpoint blanks AI API keys, removes HTTP header values and drops URL query strings from API blocks — the person cloning gets your flow's structure and copy, never your credentials.
Analytics
The Share panel also shows the last 30 days for the open bot:
- Conversations — unique sessions across all channels.
- Messages received / replies sent — with a per-day bar strip.
- Channel breakdown — meta, twilio, green, whapi and widget (share-page chats count as widget). Simulator traffic is excluded.