Embedding Flows

How to embed fluss.ai Flows on your website - Web Component, WordPress, or Wix.

Last updated: 2026-01-22

Flows can be embedded on your website in various ways. The recommended method is the Web Component.

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

  1. Search for the plugin in WordPress Admin under "Plugins" → "Install"
  2. Install and activate the "fluss.ai" plugin
  3. Embed Flow via shortcode or block

Using Shortcode

[fluss_x id="YOUR-FLOW-ID"]

Using Gutenberg Block

  1. Add "fluss.ai Flow" block
  2. Enter Flow ID
  3. Done!

Wix.com Integration

For Wix websites, embed the Flow via Web Component:

  1. In Wix Editor: "Add" → "Embed Code" → "Embed HTML"
  2. 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

Related Articles