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.

Screenshots

  • Settings page with number, message, position, size, and tracking options.
  • Floating button on the bottom-right of a sample page.

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“NXT Floating Chat Widget” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

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