Title: DevPress Factory Live Chat
Author: devpressfactory
Published: <strong>2026 年 3 月 14 日</strong>
Last modified: 2026 年 5 月 21 日

---

搜尋外掛

![](https://ps.w.org/devpressfactory-live-chat/assets/banner-772x250.png?rev=3482574)

![](https://ps.w.org/devpressfactory-live-chat/assets/icon-256x256.jpg?rev=3482565)

# DevPress Factory Live Chat

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

[下載](https://downloads.wordpress.org/plugin/devpressfactory-live-chat.2.5.7.zip)

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

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

## 外掛說明

DevPress Factory Live Chat is a real-time chat plugin for WordPress, inspired by
YouTube’s live chat design. It is ideal for live events, streaming, community websites,
or any context where users need to communicate in real time.

The chat features a YouTube-style dark theme: inline messages with avatar, username,
and text on the same row, online users displayed as chips/pills, and a rounded input
bar with a send button. Fully optimized for both desktop and mobile devices.

**Key Features:**

 * Real-time public chat via AJAX polling (configurable refresh interval)
 * Private messaging between users with card-style popup notifications
 * Built-in emoji picker with 60 emojis
 * Word filter moderation with automatic asterisk replacement
 * User blocking directly from the chat or from the admin panel
 * Browser push notifications and email notifications for private messages
 * 30 Google Fonts with live preview in the admin panel
 * Configurable login wall to restrict access to registered users only
 * One-click full chat history deletion from the admin panel
 * Separate size settings (height and width) for desktop and mobile
 * Compatible with shortcodes, Elementor, WPBakery, and Gutenberg blocks
 * Automatic cleanup of messages older than 30 days via WP-Cron

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Wplcp Chat

## 安裝方式

 1. Upload the `devpressfactory-live-chat` folder to the `/wp-content/plugins/` directory,
    or install the plugin through the WordPress Plugins screen directly.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Live Chat Pro > Settings** to configure the plugin.
 4. Insert the chat in any page using the shortcode `[wplcp_chat]`.

## 常見問題集

### How do I add the chat to a page?

Use the shortcode `[wplcp_chat]` in any page, post, or text widget. The plugin also
includes a native widget for Elementor, WPBakery, and Gutenberg.

### Can I restrict the chat to registered users only?

Yes. In **Live Chat Pro > Settings > Technical**, enable the “Registered users only”
option. Guests will see a login wall with sign in and register buttons instead of
the chat.

### How do I block a user?

Administrators can click the block button (🚫) next to any online user chip in the
chat. Blocked users can be managed from **Live Chat Pro > Blocked Users** in the
admin panel. Users can also be unblocked directly from the chat (✅ button).

### How do private messages work?

Any logged-in user can click the private message button (💬) next to another online
user to open a private conversation. If a private message arrives while the user
is in the public chat, a highlighted card popup appears with a reply button. Private
messaging can be disabled globally from the settings panel. When disabled, administrators
can still open the online users panel for moderation, while non-admin users only
see the online count.

### Does the plugin require WebSockets or special server configuration?

No. The plugin uses AJAX polling, which works on any standard shared hosting without
special server requirements.

### How are the chat dimensions configured?

In **Live Chat Pro > Settings > Chat Dimensions**, you can set separate height and
width values for desktop (in pixels) and mobile (height in pixels, width as a percentage
of the screen).

## 使用者評論

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

## 參與者及開發者

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

參與者

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

[將〈DevPress Factory Live Chat〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/devpressfactory-live-chat)

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

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

## 變更記錄

#### 2.5.7

 * Added refined private messaging control behavior in the online users panel
 * When private messages are disabled, administrators can still open the online 
   users panel for block and unblock actions
 * When private messages are disabled, non-admin users still see the online count
   but clicking Online no longer opens the panel

#### 2.5.6

 * Fixed online users detection on websites with a large number of registered users
 * Improved online users list rendering and availability in the chat sidebar
 * Added better compatibility and stability for online presence tracking

#### 2.5.5

 * Fixed online users detection and rendering when the chat widget is duplicated
   by page builders such as Elementor
 * Improved multi-instance chat initialization so the visible chat stays correctly
   connected on pages with cloned or hidden layouts
 * Added general stability and compatibility improvements

#### 2.5.0

 * Added separate desktop and mobile size settings (height and width) in the admin
   panel
 * Fixed duplicate messages race condition with mutex-based polling
 * Improved private message popup design (elevated card with colored top border)
 * Full mobile responsive optimization with rounded corners and proportional sizing
 * Added global toggle to enable or disable private messaging
 * Added configurable login wall for guest users
 * Added one-click full chat deletion button in the danger zone section
 * Security: escaped all HTML output with intval() and esc_attr()
 * Security: replaced date() with gmdate() for timezone safety
 * Security: sanitized database table names with esc_sql()
 * Removed leftover debug badge from the chat header

#### 2.1.0

 * Added Google Fonts selector with 30 fonts and live admin preview
 * Added background inbox polling so private messages are received even in the public
   chat
 * Added visible block/unblock buttons directly on online user chips for admins
 * Fixed private messages not being received by administrators

#### 2.0.0

 * Full rewrite with YouTube dark mode theme
 * Public real-time chat with AJAX polling
 * Private messaging between users
 * Emoji picker with 60 emojis
 * Word moderation filter with asterisk replacement
 * Browser push and email notifications for private messages
 * Elementor widget, WPBakery element, and Gutenberg block support
 * User blocking system with admin panel management

## 中繼資料

 *  版本 **2.5.7**
 *  最後更新 **4 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 3.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/devpressfactory-live-chat/)
 * 標籤:
 * [chat](https://tw.wordpress.org/plugins/tags/chat/)[community](https://tw.wordpress.org/plugins/tags/community/)
   [live chat](https://tw.wordpress.org/plugins/tags/live-chat/)[private messages](https://tw.wordpress.org/plugins/tags/private-messages/)
   [Real-time chat](https://tw.wordpress.org/plugins/tags/real-time-chat/)
 *  [進階檢視](https://tw.wordpress.org/plugins/devpressfactory-live-chat/advanced/)

## 評分

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

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

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

## 參與者

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

## 技術支援

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

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