Title: Connectapre &#8211; Smart Contact Button
Author: sujitale07
Published: <strong>February 9, 2026</strong>
Last modified: February 9, 2026

---

Search plugins

![](https://ps.w.org/connectapre/assets/banner-772x250.jpg?rev=3461937)

![](https://ps.w.org/connectapre/assets/icon-256x256.gif?rev=3457007)

# Connectapre – Smart Contact Button

 By [sujitale07](https://profiles.wordpress.org/sujitale07/)

[Download](https://downloads.wordpress.org/plugin/connectapre.1.0.0.zip)

 * [Details](https://twd.wordpress.org/plugins/connectapre/#description)
 * [Reviews](https://twd.wordpress.org/plugins/connectapre/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/connectapre/#installation)
 * [Development](https://twd.wordpress.org/plugins/connectapre/#developers)

 [Support](https://wordpress.org/support/plugin/connectapre/)

## Description

Connectapre adds a smart click-to-chat button for WhatsApp, routing visitors to 
the right agent based on country, business hours, login status, scroll position,
and more. With multi-agent support, dynamic greetings, and conversion tracking, 
Connectapre ensures conversations start at the right moment.

### Disclaimer

WhatsApp is a registered trademark of Meta Platforms, Inc.
 This plugin is not affiliated
with, endorsed, or sponsored by Meta or WhatsApp.

### Highlights

 * Configure the basics: business name, CTA copy, display delay, scroll trigger,
   and offline visibility.
 * Store unlimited WhatsApp agents with photos, greetings, locations, and a default
   pick.
 * Define reusable dynamic fields that generate `{placeholders}` for message templates.
 * Choose from 20 pre-built WhatsApp button styles and position them in any corner.
 * Works with the default WordPress media library and settings API.

A starter translation template (`languages/connectapre-smart-contact-button-en_US.
po`) is included so you can localize the interface quickly.

### Usage

**General tab**
 – Fill in the business info and CTA text. – Set timing options (
seconds after load, % scrolled). – Toggle “Hide When Offline” and “Enable WhatsApp
CTA”.

**Agents tab**
 – Add rows for each representative, including photo, phone, greeting,
and location. – Use the radio button to mark the default agent. – The “Is Offline”
checkbox stores status metadata (front-end logic can hook into it).

**Dynamic Fields tab**
 – Create reusable tokens such as `{FirstName}` or `{Referrer}`
by filling Name and Value. – Callables are auto-generated so you can reference them
in templates or custom integrations.

**Styling & Position tab**
 – Pick one of 20 predesigned WhatsApp button skins. –
Anchor the widget to top-left, top-right, bottom-left, or bottom-right. – Preview
updates in real time before saving.

### External services

This plugin connects to several third-party APIs to provide location-based agent
routing and location search features.

 1. **Photon API (photon.komoot.io)**
 2.  * **Usage**: Handles search queries in the admin settings to help you find and
       select locations for your agents.
     * **Data Sent**: Search query strings (e.g., “New York”).
     * **Links**: [Terms of Use](https://www.komoot.com/terms-of-service), [Privacy Policy](https://www.komoot.com/privacy)
 3. **Nominatim API (nominatim.openstreetmap.org)**
 4.  * **Usage**: Converts visitor GPS coordinates (latitude/longitude) into address
       details (reverse geocoding) to route them to the nearest agent.
     * **Data Sent**: Visitor’s latitude and longitude.
     * **Links**: [Usage Policy](https://operations.osmfoundation.org/policies/nominatim/),
       [Privacy Policy](https://wiki.openstreetmap.org/wiki/Privacy_Policy)
 5. **IP-API.com**
 6.  * **Usage**: Provides fallback location detection (Country, City) based on the
       visitor’s IP address when GPS access is denied or unavailable.
     * **Data Sent**: Visitor’s IP address.
     * **Links**: [Terms & Privacy](https://ip-api.com/docs/legal)
 7. **WhatsApp (wa.me)**
 8.  * **Usage**: The core functionality of this plugin redirects visitors to `https://
       wa.me/` to initiate chats.
     * **Data Sent**: User is redirected to WhatsApp servers.
     * **Links**: [Terms of Service](https://www.whatsapp.com/legal/terms-of-service),
       [Privacy Policy](https://www.whatsapp.com/legal/privacy-policy)

### Roadmap

 * Respect the enable/disable toggle on the front end.
 * Add visitor targeting (business hours, country, login state).
 * Integrate dynamic fields into automatic WhatsApp greeting messages.
 * Implement uninstall cleanup and conversion tracking options.

## Installation

 1. Upload the `connectapre` folder to `/wp-content/plugins/`.
 2. Activate “Connectapre – Smart Contact Button” in **Plugins  Installed Plugins**.
 3. Open **Connectapre – Smart Contact Button** in the admin menu to configure the 
    tabs.

## FAQ

### Does the WhatsApp button respect the “Enable WhatsApp CTA” toggle?

In the current 1.0.0 build the button always renders once the plugin is active. 
A future release will wire the toggle into the front-end output.

### Can I extend the saved options on the front end?

Yes. All settings are stored via the WordPress options API (`get_option`). Developers
can consume those values in custom templates or filters.

## Reviews

![](https://secure.gravatar.com/avatar/2b6dc16d72608f8f6c746bcb75b31e56242766a96aca9670c89026023f181c17?
s=60&d=retro&r=g)

### 󠀁[Very Helpful & Easy to Get Leads](https://wordpress.org/support/topic/very-helpful-easy-to-get-leads/)󠁿

 [sagunshrestha](https://profiles.wordpress.org/sagunshrestha/) July 15, 2026

I’ve been using Connectapre, and it’s been a great addition to my website. The setup
is quick and straightforward, and the WhatsApp integration works smoothly. I especially
like the ability to manage multiple agents and customize greetings, which makes 
it much easier to connect visitors with the right person. The plugin is lightweight,
easy to configure, and has helped improve customer engagement and lead generation.
If you’re looking for a simple yet effective WhatsApp contact solution for WordPress,
I definitely recommend giving Connectapre a try.

 [ Read all 1 review ](https://wordpress.org/support/plugin/connectapre/reviews/)

## Contributors & Developers

“Connectapre – Smart Contact Button” is open source software. The following people
have contributed to this plugin.

Contributors

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

[Translate “Connectapre – Smart Contact Button” into your language.](https://translate.wordpress.org/projects/wp-plugins/connectapre)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/connectapre/), check
out the [SVN repository](https://plugins.svn.wordpress.org/connectapre/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/connectapre/) by
[RSS](https://plugins.trac.wordpress.org/log/connectapre/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release with admin settings, agent manager, dynamic fields, and 20 button
   presets.

## Meta

 *  Version **1.0.0**
 *  Last updated **5 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/connectapre/)
 * Tags
 * [chat](https://twd.wordpress.org/plugins/tags/chat/)[customer support](https://twd.wordpress.org/plugins/tags/customer-support/)
   [live chat](https://twd.wordpress.org/plugins/tags/live-chat/)[support](https://twd.wordpress.org/plugins/tags/support/)
   [whatsapp](https://twd.wordpress.org/plugins/tags/whatsapp/)
 *  [Advanced View](https://twd.wordpress.org/plugins/connectapre/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/connectapre/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/connectapre/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/connectapre/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/connectapre/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/connectapre/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/connectapre/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/connectapre/)