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.