Title: Connectapre &#8211; Smart Contact Button
Author: sujitale07
Published: <strong>फेब्रुअरी 9, 2026</strong>
Last modified: फेब्रुअरी 9, 2026

---

प्लगिनहरू खोज्नुहोस्

![](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

 [sujitale07](https://profiles.wordpress.org/sujitale07/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/connectapre.1.0.0.zip)

 * [विवरण](https://ne.wordpress.org/plugins/connectapre/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/connectapre/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/connectapre/#installation)
 * [विकास](https://ne.wordpress.org/plugins/connectapre/#developers)

 [सहायता](https://wordpress.org/support/plugin/connectapre/)

## विवरण

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.

## स्थापना

 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.

## प्रश्नोत्तर

### 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.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“Connectapre – Smart Contact Button” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले 
यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

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

[“Connectapre – Smart Contact Button” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/connectapre)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/connectapre/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/connectapre/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/connectapre/) हेर्नुहोस्, वा
[विकास लग](https://plugins.trac.wordpress.org/log/connectapre/) को सदस्यता लिनुहोस्।

## चेन्जलग

#### 1.0.0

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

## मेटा

 *  संस्करण **1.0.0**
 *  पछिल्लो अपडेट **2 महिना अघि**
 *  सक्रिय स्थापना **१० भन्दा कम**
 *  वर्डप्रेस संस्करण ** 5.9 वा उच्च **
 *  जाँच गरिएको **6.9.4**
 *  PHP संस्करण ** 7.4 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/connectapre/)
 * ट्यागहरू
 * [chat](https://ne.wordpress.org/plugins/tags/chat/)[customer support](https://ne.wordpress.org/plugins/tags/customer-support/)
   [live chat](https://ne.wordpress.org/plugins/tags/live-chat/)[support](https://ne.wordpress.org/plugins/tags/support/)
   [whatsapp](https://ne.wordpress.org/plugins/tags/whatsapp/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/connectapre/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

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

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

## योगदानकर्ताहरू

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

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/connectapre/)