Embed your chatbot on any website
Copy the script snippet and paste it on WordPress, Shopify, Webflow, or any HTML site.
Updated 2 Mar 2026
Get your snippet
Dashboard β Install chatbot β choose Popup, Embed, or Direct link.
Popup widget (most common)
A floating chat bubble in the corner of your page. Paste the <script> tag before </body>:
<script
src="https://embed.pivra.ai/widget.js"
data-slug="your-chatbot-slug"
defer
></script>
WordPress
- Install Insert Headers and Footers plugin (or use your theme's footer.php)
- Paste the script in the Footer section
- Save and visit your site β the chat bubble appears
Shopify
- Online Store β Themes β Edit code
- Open
theme.liquid(orlayout/theme.liquid) - Paste the script just before
</body> - Save
Webflow
- Project Settings β Custom code β Footer code
- Paste the script
- Publish your site
Any HTML site
Paste the script before </body> in every page where you want the chatbot.
Embedding inline (iframe)
Use the Embed option in Install chatbot. Copy the <iframe> code and place it anywhere in your page content.
Direct link
Share https://embed.pivra.ai/embed/your-slug as a standalone chatbot page β useful for email signatures, QR codes, or link-in-bio.
Allowed domains
If you want to restrict which sites can use your chatbot, set Allowed domains in Settings β White Label. Leave blank to allow any site.
Was this helpful?
If you have questions or suggestions, email us at support@pivra.ai .