Title: TalkToHim Fast Chat
Author: davelabs
Published: <strong>2026 年 5 月 15 日</strong>
Last modified: 2026 年 6 月 8 日

---

搜尋外掛

![](https://ps.w.org/talktohim-fast-chat/assets/icon-256x256.png?rev=3533360)

# TalkToHim Fast Chat

 由 [davelabs](https://profiles.wordpress.org/davelabs/) 開發

[下載](https://downloads.wordpress.org/plugin/talktohim-fast-chat.1.1.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/talktohim-fast-chat/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/talktohim-fast-chat/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/talktohim-fast-chat/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/talktohim-fast-chat/#developers)

 [技術支援](https://wordpress.org/support/plugin/talktohim-fast-chat/)

## 外掛說明

**TalkToHim Fast Chat** lets you and your site visitors quickly open WhatsApp chat
links to any phone number without saving it to your contacts first.

The plugin generates public `wa.me` links compatible with WhatsApp Web, Desktop 
and mobile apps.

In addition to the built-in chat link generator, the plugin includes a customizable
floating WhatsApp widget that allows visitors to contact the site owner directly
from any page of the website.

This plugin is designed as a lightweight utility tool for fast and direct communication.

#### Features

 * **Admin tool** — accessible from the WordPress sidebar, always one click away.
 * **Shortcode** `[talktohim_fast_chat]` — embed the tool on any page, post or widget
   area.
 * **30+ country prefixes** — with flag emojis and full country names.
 * **Pre-filled message** — optionally set a default message for the chat input.
 * **Recent numbers** — the last 10 used numbers are stored locally for quick re-
   use (admin only).
 * **Floating WhatsApp widget** — add a site-wide chat button so visitors can contact
   the site owner directly.
 * **Dedicated widget settings page** — manage the floating widget independently
   from the main tool settings.
 * **Customizable widget color** — choose the widget color to match your site’s 
   branding.
 * **Widget position control** — display the widget on the bottom left or bottom
   right corner.
 * **Flexible display modes** — show icon only or icon with text.
 * **Desktop and mobile visibility controls** — choose where the widget is displayed.
 * **Dynamic message placeholders** — automatically include page information inside
   the WhatsApp message.
 * **Focused admin UI** — simple and fast interface for quick use.
 * **No external API calls** — the plugin generates standard chat links and does
   not connect to external APIs.
 * **Accessible** — semantic HTML, labels and keyboard navigation support.

#### Floating Widget

TalkToHim Fast Chat can display a floating WhatsApp contact button on the front 
end of your website.

Go to **TalkToHim  Floating Widget** to configure:

 * phone number and country prefix
 * pre-filled message
 * button label
 * widget color
 * bottom left or bottom right position
 * icon-only or icon-and-text display
 * desktop and mobile visibility

The widget generates a public `wa.me` link and does not connect to external APIs.

#### Dynamic Placeholders

The floating widget supports dynamic placeholders inside the pre-filled message:

 * `{site_name}` — current website name
 * `{page_title}` — current page title
 * `{page_url}` — current page URL

Example:

    ```
    Hello! I'm contacting you from {page_title} on {site_name}.
    ```

#### Shortcode Usage

Basic usage:

    ```
    [talktohim_fast_chat]
    ```

With custom prefix and message:

    ```
    [talktohim_fast_chat prefix="39" message="Hello! I found your number on the website."]
    ```

#### Privacy

TalkToHim Fast Chat does not collect, store or transmit any personal data to the
plugin author’s servers.

Phone numbers entered in the admin tool are stored only in the browser’s `localStorage`
on the current device.

The shortcode does not use cookies or local storage.

When a user clicks a generated chat link or the floating widget, the browser opens
the public chat URL with the number and optional message configured by the site 
owner or entered by the user.

## 螢幕擷圖

[⌊Admin tool page with phone number input.⌉⌊Admin tool page with phone number input
.⌉[

Admin tool page with phone number input.

[⌊Floating Widget settings page.⌉⌊Floating Widget settings page.⌉[

Floating Widget settings page.

[⌊Main Settings page.⌉⌊Main Settings page.⌉[

Main Settings page.

## 安裝方式

 1. Upload the `talktohim-fast-chat` folder to the `/wp-content/plugins/` directory,
    or install via the WordPress plugin screen.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Click **TalkToHim** in the admin menu to start using the tool.
 4. Visit **TalkToHim  Floating Widget** to configure the front-end WhatsApp contact
    button.
 5. Optionally visit **TalkToHim  Settings** to configure default tool options.

## 常見問題集

### Do I need WhatsApp?

Yes. You need WhatsApp installed on your device or access to WhatsApp Web/Desktop.

### Does it work on mobile?

Yes. On mobile devices the link opens the WhatsApp app directly if installed. On
desktop it opens WhatsApp Web or the desktop app when available.

### Can I use it without saving the contact?

Yes. No contact needs to be saved on your device.

### Can visitors use it too?

Yes. Use the `[talktohim_fast_chat]` shortcode on any page or post, or enable the
Floating Widget to allow visitors to contact you directly from any page of your 
website.

### Can I customize the floating widget?

Yes. You can configure the phone number, message, color, position, label, display
mode and device visibility.

### Is any data sent to your servers?

No. The plugin author does not operate any backend servers for this plugin.

## 使用者評論

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

## 參與者及開發者

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

參與者

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

[將〈TalkToHim Fast Chat〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/talktohim-fast-chat)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/talktohim-fast-chat/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/talktohim-fast-chat/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/talktohim-fast-chat/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/talktohim-fast-chat/)。

## 變更記錄

#### 1.1.0

 * Added a dedicated Floating Widget admin page.
 * Added a floating WhatsApp contact widget for site-wide visitor communication.
 * Added customizable widget color with green as the default.
 * Added configurable phone number, message, label, position and display mode.
 * Added mobile and desktop visibility controls.
 * Added support for dynamic placeholders in widget messages.

#### 1.0.1

 * Improved wording and descriptions for better clarity.
 * Added clearer references to WhatsApp compatibility.

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.1.0**
 *  最後更新 **4 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/talktohim-fast-chat/)
 * 標籤:
 * [chat link](https://tw.wordpress.org/plugins/tags/chat-link/)[communication](https://tw.wordpress.org/plugins/tags/communication/)
   [contact](https://tw.wordpress.org/plugins/tags/contact/)[messaging](https://tw.wordpress.org/plugins/tags/messaging/)
   [quick chat](https://tw.wordpress.org/plugins/tags/quick-chat/)
 *  [進階檢視](https://tw.wordpress.org/plugins/talktohim-fast-chat/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/talktohim-fast-chat/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/talktohim-fast-chat/)