Zozo Chat

描述

Zozo Chat adds a simple live chat to your WordPress site that works immediately after activation.

Works on shared hosting

The free version uses standard WordPress REST APIs and does not require any external services, background processes, or special server configuration.

Features

  • Handles multiple conversations simultaneously
  • Near real-time message updates using REST
  • Frontend chat widget for visitors
  • Admin chat interface inside WordPress
  • No Node.js or WebSockets required
  • Compatible with shared hosting environments

How it works

  • Visitors open the chat widget, enter an email address which is validated before starting the conversation
  • Messages are sent from the frontend chat widget to the site administrator
  • Administrators can handle multiple conversations simultaneously from the WordPress dashboard
  • Message exchanges are handled via WordPress REST endpoints

屏幕截图

安装

  1. Upload the plugin to /wp-content/plugins/ or install it via Plugins > Add New.
  2. Activate the plugin.
  3. Open the chat widget on the frontend or view conversations in the WordPress admin area.
  4. The /source-code directory contains the full, human-readable React source and configuration files (Vite, TS, etc.). To verify the build, navigate to that folder and run npm install && npm run build.

常见问题

Does this require WebSockets or Node.js?

No. The free version runs on regular shared hosting and uses REST APIs.

Can it handle multiple chats at the same time?

Yes. Multiple conversations can be handled concurrently from the admin interface.

Is there a Pro version?

This plugin is using REST APIs that will make it work as it is on any shared hosting. Optionally, a Pro edition using WebSokets may be available separately on the authors page and can require a server capable of running Node.js and WebSockets.

Does this plugin collect personal data?

Yes. The plugin collects an email address provided by visitors in order to enable communication with the site administrator. This data is stored on the site and is not sent to third-party services by the free version.

How long are conversations stored?

Conversations may be automatically closed after 30 days of age. Closed conversations and related data may be removed after 60 days to reduce database size.

Where can I get support?

Support for the free version is provided via the WordPress.org support forums.

评价

此插件暂无评价。

贡献者及开发者

「Zozo Chat」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Zozo Chat」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Zozo Chat」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.0

  • Initial release.