NXT Floating Chat Widget

Description

NXT Floating Chat Widget (NXTFCW) adds a clean WhatsApp floating action button to your site so visitors can start a chat in a click.
You can configure the WhatsApp number, a pre-filled message, button position (4 corners), size presets (small/medium/large), and optionally track button clicks.

Features:
* Position: bottom-right, bottom-left, top-right, top-left
* Sizes: small, medium, large (responsive)
* Pre-filled message support (emoji-friendly)
* Optional click tracking (privacy-friendly, stored as a simple count in options)
* Lightweight code; HTML/CSS/JS neatly separated
* Translation-ready (Text Domain: nxt-floating-chat-widget)

Disclaimer

NXT Floating Chat Widget is not affiliated with or endorsed by WhatsApp. “WhatsApp” is a trademark of its respective owner.

Privacy

This plugin does not collect, store, or transmit personal data.
When “Click Tracking” is enabled, a single integer counter is stored in the WordPress options table. No IP addresses or user identifiers are stored. Uninstalling the plugin removes this data.

Captures d’écrans

Installation

  1. Upload the plugin folder nxt-floating-chat-widget to /wp-content/plugins/.
  2. Activate the plugin via Plugins Installed Plugins.
  3. Go to Settings NXT Floating Chat Widget to configure your WhatsApp number, message, position, size, and tracking.

FAQ

How should I enter my WhatsApp number?

Use the international format without any + or spaces. Example: 911234567890.

Does click tracking store personal data?

No. It only increments a count (integer) in the WordPress options table. No IPs or user details are stored.

Will this work with caching plugins?

Yes. The button is static HTML/CSS and the optional click tracking is done via AJAX.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« NXT Floating Chat Widget » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « NXT Floating Chat Widget » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

1.0.0

  • Initial release: position & size options, settings page, optional click tracking, responsive styles.