前言介紹
- 這款 WordPress 外掛「WP Mautic」是 2015-02-26 上架。
- 目前有 7000 個安裝啟用數。
- 上一次更新是 2023-02-08,距離現在已有 815 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.6 以上版本才可以安裝。
- 有 8 人給過評分。
- 論壇上目前有 2 個提問,問題解答率 0%
外掛協作開發者
mautic | shulard | dbhurley | escopecz | hideokamoto | macbookandrew |
外掛標籤
marketing | automation |
內容簡介
Mautic WordPress 外掛會在 WP 網站中注入 Mautic 追蹤腳本和圖片。您的 Mautic 實例可以追蹤有關訪問者的信息。您也可以使用不同的短碼在您的網站中插入 Mautic 內容。
關鍵功能
您不需要編輯模板的原始代碼來插入追蹤代碼。
外掛將附加信息添加到追蹤圖像 URL 中,因此使用追蹤圖像的純 HTML 代碼比使用普通 HTML 代碼獲得更好的結果。
您可以使用以下短碼插入 Mautic 表單。
您可以選擇腳本的注入位置(標頭/腳注)。
當 JavaScript 被禁用時,可以使用追蹤圖像作為備用方法。
配置
安裝完成後,外掛程式必須出現在您的外掛程式列表中:
啟用它。
轉到設置頁面,並設置您的 Mautic 實例 URL。
這就是全部!
使用方式
Mautic 追蹤腳本
在完成配置步驟後,追蹤腳本即可正常運作。這意味著它會從您的 Mautic 實例中插入 mtc.js 腳本。您可以檢查您的 WP 網站的 HTML 源代碼(Ctrl + U)來確保外掛程式正常運作。您應該能夠找到類似以下內容的內容:
自定義屬性處理
如果您需要在 Mautic 事件中發送自定義屬性,您可以使用 wpmautic_tracking_attributes 過濾器。
add_filter('wpmautic_tracking_attributes', function($attrs) {
$attrs['preferred_locale'] = $customVar;
return $attrs;
});
返回的屬性將添加到 Mautic 載荷中。
Mautic 表單
要在 WP 帖子中載入 Mautic 表單,在您想要出現表單的位置插入以下短碼:
[mautic type="form" id="1"]
將“1”替換為您要載入的表單 ID。要獲得表單的 ID,轉到 Mautic,打開表單詳細信息,查看 URL。ID 就在那裡。例如,在此 URL 中:http://yourmautic.com/s/forms/view/3,ID 為 3。
Mautic 集中式關注
要在您的帖子中載入 Mautic 集中式關注,請在您希望出現表格的位置插入以下短碼:
[mautic type="focus" id="1"]
將“1”替換為您要載入的焦點 ID。要獲取焦點的 ID,轉到您的 Mautic,打開關注詳細信息,並查看 URL。ID 就在那裡。例如,在此 URL 中:http://yourmautic.com/s/focus/3.js,ID 為 3。
Mautic 動態內容
要在您的 WP 內容中載入動態內容,請在您想要出現的位置插入以下短碼:
[mautic type="content" slot="slot_name"]Default content to display in case of error or unknown contact.[/mautic]
用“slot_name”替換要載入的插槽名稱。這對應於在構建您的運營活動並添加“請求動態內容”聯繫決策時定義的插槽名稱。
Mautic 通行視頻
Mautic 支持使用 Youtube、Vimeo 和 MP4 作為源的通行視頻。
原文外掛簡介
Mautic WordPress Plugin injects Mautic tracking script and image in the WP website. Your Mautic instance will be able to track information about your visitors. You can also insert Mautic content inside your website using different shortcodes.
Key features
You don’t have to edit source code of your template to insert tracking code.
Plugin adds additional information to tracking image URL so you get better results than using just plain HTML code of tracking image.
You can use Mautic form embed with shortcode described below.
You can choose where the script is injected (header / footer).
Tracking image can be used as fallback when JavaScript is disabled.
Configuration
Once installed, the plugin must appared in your plugin list :
Enable it.
Go to the settings page and set your Mautic instance URL.
And that’s it !
Usage
Mautic Tracking Script
Tracking script works right after you finish the configuration steps. That means it will insert the mtc.js script from your Mautic instance. You can check HTML source code (CTRL + U) of your WP website to make sure the plugin works. You should be able to find something like this:
wpmautic_send();
Custom attributes handling
If you need to send custom attributes within Mautic events, you can use the wpmautic_tracking_attributes filter.
add_filter('wpmautic_tracking_attributes', function($attrs) {
$attrs['preferred_locale'] = $customVar;
return $attrs;
});
The returned attributes will be added to Mautic payload.
Mautic Forms
To load a Mautic Form to your WP post, insert this shortcode to the place you want the form to appear:
[mautic type="form" id="1"]
Replace “1” with the form ID you want to load. To get the ID of the form, go to your Mautic, open the form detail and look at the URL. The ID is right there. For example in this URL: http://yourmautic.com/s/forms/view/3 the ID is 3.
Mautic Focus
To load a Mautic Focus to your post, insert this shortcode to the place you want the form to appear:
[mautic type="focus" id="1"]
Replace “1” with the focus ID you want to load. To get the ID of the focus, go to your Mautic, open the focus detail and look at the URL. The ID is right there. For example in this URL: http://yourmautic.com/s/focus/3.js the ID is 3.
Mautic Dynamic Content
To load dynamic content into your WP content, insert this shortcode where you’d like it to appear:
[mautic type="content" slot="slot_name"]Default content to display in case of error or unknown contact.[/mautic]
Replace the “slot_name” with the slot name you’d like to load. This corresponds to the slot name you defined when building your campaign and adding the “Request Dynamic Content” contact decision.
Mautic Gated Videos
Mautic supports gated videos with Youtube, Vimeo, and MP4 as sources.
To load gated videos into your WP content, insert this shortcode where you’d like it to appear:
[mautic type="video" gate-time="#" form-id="#" src="URL"]
[mautic type="video" src="URL"]
Replace the # signs with the appropriate number. For gate-time, enter the time (in seconds) where you want to pause the video and show the mautic form. For form-id, enter the id of the mautic form that you’d like to display as the gate. Replace URL with the browser URL to view the video. In the case of Youtube or Vimeo, you can simply use the URL as it appears in your address bar when viewing the video normally on the providing website. For MP4 videos, enter the full http URL to the MP4 file on the server.
Since the Mautic v2.9.1 release, the form-id is not mandatory anymore, mautic video can be tracked.
Mautic Tags
You can add or remove multiple lead tags on specific pages using commas. To remove an tag you have to use minus “-” signal before tag name:
[mautic type="tags" values="mytag,anothertag,-removetag"]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Mautic」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 2.0.2 | 2.0.3 | 2.0.4 | 2.1.0 | 2.1.1 | 2.2.0 | 2.2.1 | 2.2.2 | 2.3.0 | 2.3.2 | 2.4.0 | 2.4.1 | 2.4.2 | 2.4.3 | trunk |
延伸相關外掛(你可能也想知道)
Popup Builder & Popup Maker for WordPress – OptinMonster Email Marketing and Lead Generation 》🤩使用這個外掛可以製作彈出視窗和訂閱表單,增加電子郵件訂閱者、銷售和業績–最受歡迎的彈出視窗建構器!🚀, 最佳的 WordPress 彈出視窗建構器和電子報彈窗...。
Popup Maker – Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popups Builder 》透過彈出視窗提高銷售和電子郵件列表訂閱率, 使用彈出視窗、滑動式內嵌頁面和橫幅等轉換導向活動,在 WordPress 網站上提高收入和電子郵件列表。, Popup Make...。
Creative Mail – Easier WordPress & WooCommerce Email Marketing 》Creative Mail是專門為WordPress和WooCommerce設計的電子郵件外掛。, 我們智能(且超級有趣的)郵件編輯器簡化了郵件營銷活動的創建過程,並將WordPress博客...。
Pinterest for WooCommerce 》Pinterest 提供人們下一個偉大的想法。它部分收藏品,部分市場,是數百萬個分享者獲取靈感、新產品和新可能性的一站式購物平台。它就像一個視覺搜尋引擎,引...。
HubSpot – CRM, Email Marketing, Live Chat, Forms & Analytics 》h HubSpot, you can easily create and manage email marketing campaigns through the HubSpot WordPress plugin., Live Chat & Chatbots, Engage with ...。
Newsletters, Email Marketing, SMS and Popups by Omnisend 》總結文案:, 「Omnisend 外掛連接至 Omnisend 電子郵件行銷工具,可讓其他外掛自動將表單數據和聯絡資訊傳送至 Omnisend。這能夠簡化聯絡人分類並發送個人化郵...。
Hustle – Email Marketing, Lead Generation, Optins, Popups 》Hustle 是一個終極的行銷外掛程式,可建立郵件列表並轉換網站流量。通過簡單的設置選項表單、目標行銷彈出式窗口和設計師制作的模板,提高潛在客戶數量。同時...。
Popups for Divi 》一旦啟用了此外掛,在「區段設定」彈出式視窗中的 Visual Builder 會顯示一個名為「Popup」的新標籤。在「Popup」標籤中,您可以將一個普通的區段變成彈出式...。
Email Marketing for WooCommerce by Omnisend 》最直觀的電子報、電商電子行銷和簡訊解決方案,專為你的 WordPress 和 WooCommerce 商店而設計, 有什麼比一鍵式 WooCommerce 商店整合更好的呢?擁有預建工作...。
Contact Form 7 Extension For Mailchimp 》WordPress Extension for Mailchimp (Chimpmatic Lite)可將Contact Form 7與Mailchimp Audience集成。使用Mailchimp的最新API自動將Contact Form 7提交的信息...。
WP ULike – All-in-One Engagement Toolkit 》作為一個內容創建者,收到反饋是至關重要的,但不幸的是,預設情況下可以收集反饋的內容類型有所限制。然而,在 WP ULike 外掛的幫助下,可以對您網站上的任...。
Smart Floating / Sticky Buttons – Call, Sharing, Chat Widgets & More – Buttonizer 》4>Buttonizer - WordPress外掛,提供多種聯絡我們方式, Buttonizer是WordPress的智慧型浮動動作(固定)按鈕外掛程式中最多功能多樣化的。它可以支援WhatsApp...。
Klaviyo 》Klaviyo 是一個統一的客戶平台,讓您的網上品牌直接擁有您的消費者數據和互動,讓您能夠以規模化的方式將與客戶的交易轉化為有生產力的長期關係。由於 Klaviy...。
Mailchimp List Subscribe Form 》使用 MailChimp List Subscribe 外掛快速在 WordPress 2.8 及以上版本的網站上新增 MailChimp 訂閱表單小工具。, 安裝後,您可以使用 API 金鑰登入,選擇您的...。
Advanced Popups 》使用此輕量而功能豐富的外掛,顯示高轉換率的電子報彈出視窗、Cookie 注意事項,或通知。。