NXT Floating Chat Widget

外掛說明

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.

螢幕擷圖

安裝方式

  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.

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈NXT Floating Chat Widget〉的開發相關工作。

參與者

將〈NXT Floating Chat Widget〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

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