Embed code
Your embed script is created in the dashboard; you do not type it yourself.
- Sign in and open Bots.
- Click the bot you want on your site. (Create one with New bot if you need to.)
- On the bot page, find the Embed section and click Copy code.
- Paste that snippet into your website, just before the closing
</body>tag on each page where you want the chat bubble.
Framework guides
Step-by-step articles for adding the embed script before </body> on your stack:
- WordPress - official plugin + Bot ID setup
- React - Create React App & Vite (
public/index.html) - Next.js - App Router
layout.tsxor Pages_document - Angular -
src/index.htmlbefore</body> - Generic HTML / any site - 5-minute script tag overview
- WhatsApp Business - connect your number and token
WhatsApp Business
Connect your own Meta WhatsApp number to a bot. Your access token and phone number ID are stored for your workspace; replies use the same knowledge base as your website widget.
Mobile apps (React Native, Android, iOS)
Use the official SDKs for native chat or a WebView embed (same Bot ID as the website widget).
WordPress quick start
Prefer the plugin? It loads the same script via wp_footer (just before </body>).
- Download conversa-wordpress.zip
- Plugins → Add New → Upload Plugin, install, and activate.
- Settings → Conversa Widget - enable and paste your Bot ID.
Questions? Contact us or visit our FAQs.