WP Manifestindependent plugin directory
manifest / forms / zynkleads-wordpress-plugin

ZynkLeads

A customizable popup lead-capture and newsletter plugin for WordPress with Plunk integration, contact stats, and campaign sending.

by Alawiye Muritala (ShineInv Solutions) · github.com/emdes12/zynkleads-wordpress-plugin

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/emdes12/zynkleads-wordpress-plugin/archive/refs/heads/main.zip

ZynkLeads is a WordPress lead-capture and campaign plugin with a modern popup form, admin dashboard, source-based audience targeting, and Plunk email sending.

Features

  • Auto popup display on frontend pages after page load delay
  • Two popup templates (including split image + form layout)
  • Popup customization for text, colors, image, and visible fields
  • Contact dashboard with filters and activity stats
  • Campaign composer with WordPress editor
  • Audience targeting by all contacts or selected source labels
  • Source discovery from WordPress database tables that contain valid email records
  • Mobile-friendly frontend and admin UI

Requirements

  • WordPress 6.0+
  • PHP 7.4+
  • Plunk API credentials for sending emails
  • Verified sender email/domain in Plunk

Download As ZIP From GitHub

Use either of these methods:

  1. Open your repository on GitHub.
  2. Click Code.
  3. Click Download ZIP.
  4. Extract the ZIP and keep the plugin folder named cms-like-plugin (or rename it to zynkleads).

Alternative (tag/release flow):

  1. Create a release in GitHub.
  2. Download the Source code (zip) from the release page.

Install On WordPress

Method A: Upload ZIP in WP Admin

  1. Zip the plugin folder (the folder that contains popup-lead-capture.php).
  2. In WordPress admin, go to Plugins > Add New Plugin > Upload Plugin.
  3. Upload the ZIP file.
  4. Click Install Now, then Activate.

Method B: Manual Copy

  1. Copy the plugin folder into wp-content/plugins/.
  2. Go to Plugins in WordPress admin.
  3. Activate ZynkLeads.

How To Add To A Page

By default, the popup is rendered site-wide from the footer, so no shortcode is required.

Optional shortcode (if you want explicit placement):

[popup_lead_capture]

Configure The Plugin

After activation, open ZynkLeads in WordPress admin.

Dashboard

  • Review captured contacts and summary stats
  • Search and filter contact records

Customize Popup

  • Select template style
  • Edit title, description, labels, image, colors, and shown fields

Settings

  • Set Plunk Public Key and Secret Key
  • Set sender and admin notification emails

Campaigns

  • Choose audience mode (all contacts or selected source labels)
  • Compose message with the WordPress editor
  • Send campaign and review recent history

Plunk Setup

  1. Sign in to Plunk.
  2. Open your workspace/project.
  3. Copy Public Key and Secret Key.
  4. Paste them into ZynkLeads > Settings.
  5. Use a verified sender email/domain.

Placeholders In Campaign Message

Supported placeholders include:

  • {{site_name}}
  • {{full_name}}
  • {{email}}
  • {{phone}}
  • {{category}}

License

This plugin is licensed under the MIT License. See LICENSE.