Title: Fluss.ai Real Estate Lead Flows
Author: Fluss.ai
Published: <strong>19 Novembre 2025</strong>
Last modified: 6 Giugno 2026

---

Ricerca i plugin

![](https://ps.w.org/fluss-ai-flows/assets/banner-772x250.png?rev=3399260)

![](https://ps.w.org/fluss-ai-flows/assets/icon-256x256.png?rev=3399244)

# Fluss.ai Real Estate Lead Flows

 Di [Fluss.ai](https://profiles.wordpress.org/flussai/)

[Scarica](https://downloads.wordpress.org/plugin/fluss-ai-flows.1.2.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/fluss-ai-flows/#description)
 * [Recensioni](https://it.wordpress.org/plugins/fluss-ai-flows/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/fluss-ai-flows/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/fluss-ai-flows/#developers)

 [Supporto](https://wordpress.org/support/plugin/fluss-ai-flows/)

## Descrizione

Connect your real estate website with Fluss.ai to embed interactive conversation
flows that capture qualified leads and boost your property inquiries. Includes multilingual
support for international markets.

**Key Features:**

 * Interactive conversation flows designed specifically for real estate
 * Multilingual support for international property markets (German & English)
 * Easy integration via shortcode or Gutenberg block
 * Detailed lead analytics and conversion tracking
 * Customizable styling options to match your website design
 * Secure cloud-based lead management

**Perfect for:**

 * Real estate agents
 * Property brokers
 * Housing agencies
 * Real estate marketplaces
 * Property management companies

### Third-Party Service

**IMPORTANT:** This plugin connects to Fluss.ai’s external service to provide conversation
flow functionality.

**What data is sent:**
 * Your website URL (during authentication) * Visitor interactions
with conversation flows (messages, selections, form inputs) * Flow configuration
settings

**When data is sent:**
 * During plugin authentication and setup * When visitors
interact with embedded conversation flows * When loading the flow.umd.js JavaScript
component from our CDN

**External service details:**
 * Service URL: https://fluss.ai * Service provider:
Fluss.ai * Terms of Service: https://fluss.ai/terms * Privacy Policy: https://fluss.
ai/privacy

The plugin caches the flow.umd.js script locally (in your WordPress uploads directory)
for 24 hours to improve performance and reduce external requests.

By using this plugin, you acknowledge that visitor data will be processed by Fluss.
ai’s service to provide the conversation flow functionality and lead management 
features.

## Blocchi

Questo plugin fornisce 1 blocco.

 *   Fluss.ai Real Estate Lead Flow

## Installazione

 1. Upload the plugin files to the `/wp-content/plugins/fluss-ai-flows` directory, 
    or install the plugin through the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to Settings > Fluss.ai Lead Flows to configure the plugin.
 4. Click “Connect to Fluss.ai” to authenticate your account.
 5. Create your first conversation flow on the Fluss.ai platform.
 6. Add the flow to your pages using either:
 7.  * Shortcode: `[fluss-x id="your-flow-id"]`
     * Gutenberg block: Search for “Fluss.ai” in the block inserter

## FAQ

### How do I add a lead flow to my page?

You can use the shortcode `[fluss-x id="your-flow-id"]` or use the Gutenberg block
by searching for “Fluss.ai” in the block inserter.

### Can I customize the appearance of the conversation flows?

Yes, you can customize the styling using the `styling` parameter in the shortcode
or block settings. Set `styling="false"` to remove default styling, or set a custom`
height` value.

### Does this work with multilingual websites?

Yes, the plugin supports both English and German, with automatic language detection
based on your WordPress locale. The admin interface is translated into 26 language
variants.

### Do I need a Fluss.ai account?

Yes, you need to connect your WordPress site to a Fluss.ai account to create and
manage conversation flows.

### Is my data secure?

Yes, all communications use secure HTTPS connections, and JWT token authentication
ensures only authorized sites can access your flows. Please review our Privacy Policy
at https://fluss.ai/privacy.

### Where are conversation leads stored?

Leads captured through conversation flows are stored securely on the Fluss.ai platform,
where you can access analytics, export data, and manage your leads.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Fluss.ai Real Estate Lead Flows” è un software open source. Le persone che hanno
contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Fluss.ai ](https://profiles.wordpress.org/flussai/)

“Fluss.ai Real Estate Lead Flows” è stato tradotto in 3 lingue. Grazie a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/fluss-ai-flows/contributors)
per il contributo.

[Traduci “Fluss.ai Real Estate Lead Flows” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/fluss-ai-flows)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/fluss-ai-flows/) 
segui il [repository SVN](https://plugins.svn.wordpress.org/fluss-ai-flows/), segui
il [log delle modifiche](https://plugins.trac.wordpress.org/log/fluss-ai-flows/)
tramite [RSS](https://plugins.trac.wordpress.org/log/fluss-ai-flows/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.0

 * Added new fullscreen design v2

#### 1.1.0

 * Added Advanced Settings section with configurable options
 * Added “Always Load Script” option for better theme/page builder compatibility
 * Added “Use Local Script Proxy” option to toggle between local caching and direct
   CDN
 * Improved script loading – now loads during wp_enqueue_scripts for better compatibility
 * Fixed proxy compatibility issues with page caching plugins (removed nonce, using
   version for cache busting)
 * Improved privacy and performance documentation for proxy settings

#### 1.0.8

 * Minor updates and improvements

#### 1.0.7

 * Added plugin assets (banner and icon) for WordPress.org listing
 * Configured automated deployment with proper SVN asset handling

#### 1.0.6

 * Improved deployment workflow for WordPress.org releases

#### 1.0.5

 * Fixed text domain mismatch (changed from fluss-ai to fluss-ai-flows for WordPress.
   org compliance)
 * Removed load_plugin_textdomain() call (no longer needed for WordPress.org hosted
   plugins since WP 4.6)
 * Updated all translation files to match new text domain
 * Renamed language files from fluss-ai-_.po to fluss-ai-flows-_.po

#### 1.0.4

 * Fixed “headers already sent” warning when connecting/disconnecting from Fluss.
   ai
 * Moved redirect logic to admin_init hook to prevent output before redirects
 * Improved admin page redirect handling

#### 1.0.3

 * Confirmed text domain matches WordPress.org slug (fluss-ai)
 * Moved cache storage from plugin directory to uploads directory
 * Added nonce validation to script proxy endpoint for enhanced security
 * Replaced inline scripts with proper wp_safe_redirect
 * Added comprehensive error logging (when WP_DEBUG is enabled)
 * Improved code documentation and WordPress coding standards compliance
 * Added “Requires at least” and “Requires PHP” headers
 * Updated readme with third-party service documentation
 * Added external service disclosure for WordPress.org compliance

#### 1.0.2

 * Plugin check and translation cleanup
 * Minor bug fixes

#### 1.0.1

 * Minor fixes and improvements

#### 1.0.0

 * Initial release
 * Shortcode support for embedding flows
 * Gutenberg block integration
 * JWT authentication with Fluss.ai platform
 * Multilingual support (German & English)
 * Script caching for improved performance

## Meta

 *  Versione **1.2.0**
 *  Ultimo aggiornamento **4 settimane fa**
 *  Installazioni attive **100+**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **7.0**
 *  Versione PHP ** 7.0 o superiore **
 *  Lingue
 * [Dutch](https://nl.wordpress.org/plugins/fluss-ai-flows/), [English (US)](https://wordpress.org/plugins/fluss-ai-flows/),
   [German](https://de.wordpress.org/plugins/fluss-ai-flows/), e [Portuguese (Portugal)](https://pt.wordpress.org/plugins/fluss-ai-flows/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/fluss-ai-flows)
 * Tag
 * [conversation](https://it.wordpress.org/plugins/tags/conversation/)[lead generation](https://it.wordpress.org/plugins/tags/lead-generation/)
   [leads](https://it.wordpress.org/plugins/tags/leads/)[property](https://it.wordpress.org/plugins/tags/property/)
   [real-estate](https://it.wordpress.org/plugins/tags/real-estate/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/fluss-ai-flows/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/fluss-ai-flows/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/fluss-ai-flows/reviews/)

## Collaboratori

 *   [ Fluss.ai ](https://profiles.wordpress.org/flussai/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/fluss-ai-flows/)