
內容簡介
此外掛是 ResponseTap 與 WordPress 的整合,協助進行電話追蹤。
ResponseTap 是一個通話情報平台,提供關於呼入電話的即時有效資料,透過 ResponseTap 提供的洞察力可分析行銷管道與潛在客戶產生的業績。
使用方式
從 ResponseTap 儀表板中取得您的網站 ID,並將其輸入到我們的設定頁面。
此外掛的設定頁面可以在 WordPress 的管理區中找到,位於 設定 > ResponseTap WP。
使用簡碼在程式碼中取代電話號碼。
[responsetap_wp responsetap_number="12345" number="+44 (1163) 400442"]
發布時,簡碼將被以下標記替換:
<a href="tel:+44123456">
<span class="rTapNumber12345">
+44123456
</span>
</a>
如果 ResponseTap 返回錯誤,則外掛將使用回退輸入。請見以下內容:
<a href="tel:+441163400442">
<span class="rTapNumber12345">
+44 (1163) 400442
</span>
</a>
外掛標籤
開發者團隊
原文外掛簡介
This plugin is a ResponseTap WordPress integration to aid with call tracking.
ResponseTap is a call intelligence platform that provides real-time, actionable data related to inbound phone calls. Insights provided through ResponseTap are integral to analysing the success of marketing channels and lead generation activities.
Usage
Get your website ID from the ResponseTap dashboard and input it to our settings page.
The settings page for this plugin can be found in the admin section of WordPress under Settings > ResponseTap WP.
Use shortcodes in replacement of phone numbers in your code.
[responsetap_wp responsetap_number="12345" number="+44 (1163) 400442"]
The shortcode will be replaced with the following markup when published:
+44123456
If ResponseTap returns an error, it will the plugin will use the fallback entered. See below:
+44 (1163) 400442
