Title: Interactive Funnel Engine
Author: jrosalesdev
Published: <strong>مئی 31, 2026</strong>
Last modified: جون 7, 2026

---

پلگ انز تلاش کریں

![](https://ps.w.org/interactive-funnel-engine/assets/icon-256x256.png?rev=3564011)

# Interactive Funnel Engine

 منجانب [jrosalesdev](https://profiles.wordpress.org/jrosro4/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/interactive-funnel-engine.0.2.0.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/interactive-funnel-engine/#description)
 * [جائزے](https://ur.wordpress.org/plugins/interactive-funnel-engine/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/interactive-funnel-engine/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/interactive-funnel-engine/#developers)

 [معاونت](https://wordpress.org/support/plugin/interactive-funnel-engine/)

## تفصیل

Interactive Funnel Engine lets you build lightweight interactive experiences directly
inside WordPress.

You can create a Funnel, define nodes, connect them with buttons and place the experience
anywhere with a shortcode. It is designed for early interactive funnels, guided 
landing pages, simple game-like flows, product selectors, lead journeys, demos and
narrative experiments.

Current MVP features:

 * Custom post type for Funnels.
 * Node-based flow editor.
 * Start node configuration.
 * Button-based navigation between nodes.
 * Button actions for internal nodes or external URLs.
 * Optional new-tab external links for CTAs.
 * Speaker name and avatar.
 * Featured image as funnel background.
 * Basic frontend analytics: views, starts, node views, button clicks and conversions.
 * Conversion nodes.
 * Fullscreen-style mode via shortcode.
 * Browser fullscreen toggle button.
 * Optional horizontal answer layout via shortcode.

### Usage

Basic shortcode:

    ```
    [intfuen_funnel id="123"]
    ```

Fullscreen-style shortcode:

    ```
    [intfuen_funnel id="123" fullscreen="true"]
    ```

Horizontal answer layout shortcode:

    ```
    [intfuen_funnel id="123" layout="horizontal"]
    ```

Replace 123 with the real ID of your Funnel.

Buttons can either go to another node or open an external URL.

For internal navigation, choose "Go to node” and enter the target node ID, for example:

    ```
    pricing
    ```

For CTAs, choose "Open URL” and enter the destination URL, for example:

    ```
    https://example.com/contact
    ```

You can also choose whether the URL opens in the same tab or in a new tab.

## اسکرین شاٹس

[⌊Funnel editor with nodes and buttons.⌉⌊Funnel editor with nodes and buttons.⌉[

Funnel editor with nodes and buttons.

[⌊Frontend interactive funnel.⌉⌊Frontend interactive funnel.⌉[

Frontend interactive funnel.

[⌊Fullscreen-style funnel layout.⌉⌊Fullscreen-style funnel layout.⌉[

Fullscreen-style funnel layout.

[⌊Analytics overview.⌉⌊Analytics overview.⌉[

Analytics overview.

[[

## انسٹالیشن

 1. Upload the plugin folder to /wp-content/plugins/ or install the ZIP from Plugins
    > Add New > Upload Plugin.
 2. Activate Interactive Funnel Engine.
 3. Go to Interactive Funnel Engine in the WordPress admin menu.
 4. Create your first Funnel.
 5. Add the shortcode to any page or post.

## عمومی سوالات

### Can I use this for marketing funnels?

Yes. The MVP is designed around decision-based flows that can end in different calls
to action, such as a product page, contact page, download or signup.

### Can I track conversions?

Yes. Mark any node as a conversion node. When a visitor reaches it, Interactive 
Funnel Engine records a conversion in the Analytics screen.

### Can it open in real browser fullscreen automatically?

Modern browsers require a user gesture before entering true browser fullscreen. 
The shortcode fullscreen=”true” creates a viewport-filling experience, and the frontend
button lets the visitor enter browser fullscreen manually.

### Does it remove data when uninstalled?

Yes. The uninstall routine removes the analytics tables created by the plugin.

## جائزے

![](https://secure.gravatar.com/avatar/8909852b1cfcb2cd5f820b6f1d5762af8283612d9798a94bac2fd16cef63459a?
s=60&d=retro&r=g)

### 󠀁[Simple and well-executed](https://wordpress.org/support/topic/simple-and-well-executed/)󠁿

 [Martin Valchev](https://profiles.wordpress.org/martinvalchev/) جون 23, 2026

I tested this plugin for an interactive product selector and it did the job without
unnecessary complexity. The node-based editor is intuitive, the shortcode embedding
works anywhere, and the built-in analytics with conversion tracking is surprisingly
complete for a free plugin at this version. The code looks clean and there is a 
proper uninstall routine – things I appreciate as a developer. I recommend it to
anyone looking for a lightweight way to build decision-based flows in WordPress 
without the overhead of the big funnel builders.

 [ تمام 0 جائزے پڑھیں ](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/)

## شراکت دار اور ڈیویلپرز

“Interactive Funnel Engine” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان
میں حصہ لیا:

شراکت دار

 *   [ jrosalesdev ](https://profiles.wordpress.org/jrosro4/)

[“Interactive Funnel Engine” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/interactive-funnel-engine)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/interactive-funnel-engine/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/interactive-funnel-engine/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/interactive-funnel-engine/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/interactive-funnel-engine/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 0.2.0

 * Added optional horizontal answer layout with responsive wrapping.
 * Removed button media selection, previews and frontend media cards from answer
   data and rendering.
 * Removed the frontend answer arrow decoration while preserving vertical and horizontal
   layouts.

#### 0.1.17

 * Refined fullscreen button position and icon.
 * Removed frontend attribution and updated plugin branding for WordPress.org review.

#### 0.1.12

 * Added GPL-compatible license declaration to the plugin header.
 * Improved input unslashing and sanitization for funnel flow and tracking data.
 * Improved escaping for shortcode inline background styles.
 * Escaped custom analytics table names before direct database operations.

#### 0.1.11

 * Added button action selector: Go to node or Open URL.
 * Added external URL field for CTA buttons.
 * Added optional new-tab behavior for external CTAs.
 * Improved frontend handling for CTA destination buttons.

#### 0.1.10

 * Fixed shortcode fullscreen mode so it behaves as a real fixed immersive overlay.
 * Improved manual fullscreen button with CSS overlay fallback.
 * Added shortcode fullscreen mode: [intfuen_funnel id=”123″ fullscreen=”true”].
 * Added browser fullscreen toggle button.
 * Improved frontend rendering to avoid injecting speaker/avatar markup through 
   innerHTML.
 * Frontend assets are now registered globally and only enqueued when the shortcode
   renders.
 * Activation now registers the custom post type before flushing rewrite rules.
 * Added uninstall cleanup for analytics tables.
 * Improved WordPress.org-style README.
 * Updated plugin author metadata.

#### 0.1.7

 * Landing-style frontend refinements.
 * Basic progress indicator.
 * Speaker avatar and name.
 * Basic analytics tables and events.

## میٹا

 *  Version **0.2.0**
 *  Last updated **3 ہفتے پہلے**
 *  Active installations **10 سے کم**
 *  WordPress version ** 6.0 یا اس سے جدید **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/interactive-funnel-engine/)
 * Tags
 * [funnel](https://ur.wordpress.org/plugins/tags/funnel/)[interactive](https://ur.wordpress.org/plugins/tags/interactive/)
   [marketing](https://ur.wordpress.org/plugins/tags/marketing/)[shortcode](https://ur.wordpress.org/plugins/tags/shortcode/)
   [storytelling](https://ur.wordpress.org/plugins/tags/storytelling/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/interactive-funnel-engine/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/interactive-funnel-engine/reviews/)

## شراکت دار

 *   [ jrosalesdev ](https://profiles.wordpress.org/jrosro4/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/interactive-funnel-engine/)