Title: Techved Lead Manager
Author: mohitsharma1794
Published: <strong>2026 年 6 月 8 日</strong>
Last modified: 2026 年 6 月 8 日

---

搜尋外掛

![](https://s.w.org/plugins/geopattern-icon/techved-lead.svg)

# Techved Lead Manager

 由 [mohitsharma1794](https://profiles.wordpress.org/mohitsharma1794/) 開發

[下載](https://downloads.wordpress.org/plugin/techved-lead.1.4.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/techved-lead/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/techved-lead/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/techved-lead/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/techved-lead/#developers)

 [技術支援](https://wordpress.org/support/plugin/techved-lead/)

## 外掛說明

Techved Lead Manager is a powerful and secure WordPress plugin designed to capture
Facebook and Instagram leads using incoming webhooks. It stores leads as a custom
post type, providing a centralized location to manage and export your social media
leads without the need for expensive third-party automation tools.

**Features:**

 * Capture Facebook Lead Ads via webhook in real-time
 * Capture Instagram Lead Ads via webhook in real-time
 * LinkedIn Lead Gen Forms integration
 * Twitter/X lead capture from interactions
 * Secure webhook signature verification (HMAC SHA-256)
 * Encrypted storage of API credentials
 * CSV export of all leads
 * Platform-specific filtering and reporting

### Third-Party Services

This plugin connects to the following third-party services to retrieve lead data
submitted through social media advertising platforms.

#### Facebook & Instagram Graph API

This plugin sends requests to the **Facebook Graph API** (also used for Instagram)
to retrieve lead form submission data when a webhook notification is received.

 * **When data is sent:** Each time a new lead is submitted through a Facebook or
   Instagram Lead Ad, the platform sends a webhook notification to your WordPress
   site. The plugin then makes an API call to `https://graph.facebook.com/v19.0/{
   lead_id}` to fetch the full lead details.
 * **What data is sent:** Your Page Access Token is sent as an authentication parameter
   in the API request. No personal user data from your WordPress site is transmitted.
 * **What data is received:** The lead’s form submission data (e.g., name, email,
   phone) as provided by the person who filled out the Lead Ad form.
 * **Service provider:** Meta Platforms, Inc.
 * **Terms of Service:** [https://developers.facebook.com/terms/](https://developers.facebook.com/terms/)
 * **Privacy Policy:** [https://www.facebook.com/privacy/policy/](https://www.facebook.com/privacy/policy/)
 * **Data Processing Terms:** [https://www.facebook.com/legal/terms/dataprocessing](https://www.facebook.com/legal/terms/dataprocessing)

#### LinkedIn API

This plugin can receive lead data from LinkedIn Lead Gen Forms via webhook.

 * **When data is sent:** When a LinkedIn Lead Gen Form is submitted, the platform
   sends a POST request to your site’s webhook endpoint.
 * **What data is received:** The lead’s form submission data (e.g., name, email,
   company, job title).
 * **Service provider:** LinkedIn Corporation (Microsoft)
 * **Terms of Service:** [https://www.linkedin.com/legal/l/api-terms-of-use](https://www.linkedin.com/legal/l/api-terms-of-use)
 * **Privacy Policy:** [https://www.linkedin.com/legal/privacy-policy](https://www.linkedin.com/legal/privacy-policy)

#### Twitter/X API

This plugin can receive interaction data from the Twitter/X Account Activity API
via webhook.

 * **When data is sent:** When relevant Twitter interactions occur, the platform
   sends a POST request to your site’s webhook endpoint.
 * **What data is received:** Tweet data including user name, handle, and tweet 
   text for lead extraction.
 * **Service provider:** X Corp.
 * **Terms of Service:** [https://developer.twitter.com/en/developer-terms/agreement-and-policy](https://developer.twitter.com/en/developer-terms/agreement-and-policy)
 * **Privacy Policy:** [https://twitter.com/en/privacy](https://twitter.com/en/privacy)

**Important:** By using this plugin, you agree to comply with the terms of service
and privacy policies of the respective social media platforms. You are responsible
for obtaining proper consent from your users and complying with all applicable data
protection laws (e.g., GDPR, CCPA).

## 安裝方式

 1. Upload the plugin folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to Social Leads -> Settings to configure your API keys and Webhook verify tokens.
 4. Configure webhook URLs in your respective social media developer portals.

## 常見問題集

### Does this require Zapier?

No, this plugin uses direct webhooks to capture leads, saving you from third-party
subscription costs.

### Is my data secure?

Yes, the plugin uses HMAC SHA-256 signature verification for incoming webhooks and
encrypts all sensitive API keys in the database using AES-256-CBC encryption.

### What permissions do I need from Facebook?

You need “pages_show_list”, “pages_read_engagement”, and “leads_retrieval” permissions
for your Facebook app, along with a valid Page Access Token.

### Does the plugin store data externally?

No. All lead data is stored locally in your WordPress database as custom post type
entries. The only external communication is fetching lead details from the respective
platform APIs when a webhook notification arrives.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Techved Lead Manager〉的開發相關工作。

參與者

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

[將〈Techved Lead Manager〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/techved-lead)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/techved-lead/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/techved-lead/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/techved-lead/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/techved-lead/)。

## 變更記錄

#### 1.3.0

 * Added rate limiting (60 requests per minute per IP) to all webhook endpoints.
 * Added optional IP whitelisting for additional webhook security.
 * Improved sanitization for API credential fields to preserve special characters
   needed for tokens.
 * Enhanced security documentation in settings page.
 * All prefixing standards verified and documented (classes: TVSLM_, functions: 
   tvslm_, options: tvslm_, meta: _tvslm\_lead_).

#### 1.2.0

 * Renamed plugin to “Techved Lead Manager” for WordPress.org compliance.
 * Added full third-party service disclosure documentation.
 * Enforced mandatory HMAC signature verification on all webhook endpoints.
 * Added unique `_tvslm_` prefix to all meta keys to avoid naming collisions.
 * Improved sanitization of API credential fields.
 * Fixed security issue where verify token was exposed in error responses.

#### 1.1.0

 * Improved admin dashboard design.
 * Added lead export functionality.
 * Integrated security enhancements.
 * Centralized settings under Social Leads menu.

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.4.1**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/techved-lead/)
 * 標籤:
 * [lead generation](https://tw.wordpress.org/plugins/tags/lead-generation/)[webhook](https://tw.wordpress.org/plugins/tags/webhook/)
 *  [進階檢視](https://tw.wordpress.org/plugins/techved-lead/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/techved-lead/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/techved-lead/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/techved-lead/)