Embedding Flows
How to embed fluss.ai Flows on your website - Web Component, WordPress, or Wix.
Last updated: 2026-02-04
Flows can be embedded on your website in various ways. The recommended method is the Web Component.
Finding the Embed Code
Here's how to find the embed code for your Flow:
- Open the Flow in the editor
- Click Preview in the top right
- The different embedding options are displayed (Web Component, iFrame, direct link)
- Copy the code and paste it on your website
Web Component (Recommended)
The Web Component is the best method for embedding:
<fluss-x id="YOUR-FLOW-ID"></fluss-x>
<script src="https://fluss.ai/embed/flow.es.js"></script>
Benefits of Web Component:
- Automatic height adjustment
- Responsive on all devices
- Seamless integration into design
- No iFrame issues
- No third-party cookie problems
Why Web Component instead of iFrame? Better performance (no separate browser context), no privacy issues with third-party cookies, and automatic height adjustment.
WordPress Plugin
fluss.ai offers a WordPress plugin for easy integration:
Installation
- Search for the plugin in WordPress Admin under "Plugins" → "Install"
- Install and activate the "fluss.ai" plugin
- Embed Flow via shortcode or block
Using Shortcode
[fluss_x id="YOUR-FLOW-ID"]
Using Gutenberg Block
- Add "fluss.ai Flow" block
- Enter Flow ID
- Done!
Wix.com Integration
For Wix websites, embed the Flow via Web Component:
- In Wix Editor: "Add" → "Embed Code" → "Embed HTML"
- Paste the Web Component code (see above)
Direct URL
You can also simply use the Landing Page URL:
https://fluss.ai/l/real-estate-valuation/abc123
With Custom Domain (Pro):
https://valuation.your-domain.com