WP Manifestindependent plugin directory
manifest / integrations / wp-mautic-plus

WP Mautic Plus

Modular Mautic integration for WordPress: Tracking, Forms and Focus Items (pop-ups) with per-URL segmentation. Elementor-compatible. Successor to wp-mautic.

by Stars Media IT GmbH · github.com/gbechtold/wp-mautic-plus · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/gbechtold/wp-mautic-plus/archive/refs/heads/main.zip

Readme

WP Mautic Plus

Modular Mautic integration for WordPress — Tracking, Forms and Focus Items (pop-ups) with per-URL segmentation. Elementor-compatible. A maintained successor to the classic wp-mautic plugin.

Content, scheduling and click statistics stay in Mautic. This plugin only controls what loads where on your WordPress site.

Why

wp-mautic embeds tracking, forms and focus items — but has no page targeting for focus items, no per-feature toggles, and no Elementor integration. WP Mautic Plus adds exactly that:

Feature wp-mautic WP Mautic Plus
Tracking (mtc.js) ✓ + native consent gating (Borlabs / Complianz / Cookiebot)
Forms shortcode shortcode + Gutenberg block + Elementor widget
Focus items shortcode only URL segmentation (include/exclude, prefix/exact/regex), device & visitor rules
Modules one page each feature individually toggleable

Requirements

  • WordPress 6.0+
  • PHP 7.4+
  • A Mautic 5.x instance
  • Elementor 3.x (optional, for the form widget)

Installation

  1. Download the latest release ZIP (or clone this repo into wp-content/plugins/wp-mautic-plus).
  2. Activate WP Mautic Plus in Plugins.
  3. Go to Settings → Mautic Plus and set your Mautic Base URL.

Configuration

Connection — set the Mautic base URL (e.g. https://mail.example.com). Used by all modules. No API key needed; embed endpoints are public. Use Test connection to verify mtc.js responds.

Tracking — inject mtc.js site-wide. Choose after consent (auto-detects Borlabs/Complianz/Cookiebot) or always; exclude logged-in users and wp-admin.

Forms — embed by ID:

[mautic type="form" id="8"]      // wp-mautic compatible
[wpmp_form id="8" mode="iframe"]

Or use the Mautic Form Gutenberg block / Elementor widget.

Focus Items — the core feature. Add a row per focus item:

Field Meaning
On enable this item
Focus ID the Mautic focus item ID
Label internal name
Show on All pages · Only these URLs · All except
Match Path starts with · Exact · Regex
Devices / Visitors desktop/mobile, logged-out only

Enabled items are injected in wp_footer as `

Read the full README on GitHub →

Releases

TagPublished
v1.0.0 Jul 8, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.