Linux 软件免费装
Banner图

Flair Chat

开发者 bahson
更新时间 2022年9月7日 19:48
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.0
版权: GPLv2 or later
版权网址: 版权信息

标签

chat live chat realtime chat

下载

1.0.3 1.0.4 1.0.5 1.0.2 1.0.6

详情介绍:

This WordPress plugin provides a live chat block for logged in users only, and uses the pusher api pusher.com/channels/pricing, Your site will probably do alright with the free tier.

安装:

  1. Install via the Wordpress plugin repository or download and place in /wp-content/plugins directory
  2. Activate the plugin through the \'Plugins\' menu in WordPress
  3. See this plugin's configuration section.

屏幕截图:

  • Message thread mini view.
  • Mini view user list.
  • Mini view message list.
  • Minimized chat view.
  • Maximized chat view.
  • Maximized chat view.
  • Candido(example user) to Admin(example user) view.
  • Admin(example user) to Candido(example user) view.

常见问题:

Are messages stored in a DB? Do you use websockets or long polling?

Yeah, messages are stored in the DB, and communication to front end via pusher api (I think they use we sockets under the hood).

Is it for admin & user/subscriber chat, or can any subscriber chat with this tool among them? I mean, a chat like FB chat?

With this release (1.0.0), anyone logged in can chat, but I will add an input to select the roles to exclude from chat in the next minor release.

更新日志:

1.0.0 First version 1.0.1 Fixed invalid date, error on to_uid just sent message. 1.0.2 Updates total unread in the chat controls on new message. Updates total unread when user opens message view and also on scrolls. Plays notification sound when new message received. Enables Admins to disable or enable new message sound notifications via the configuration form. 1.0.3 Included /vendor directory which was missing from previous git actions. 1.0.4 Downloaded the vendor items to be included in the 1.0.3 fix above. 1.0.5 Fixed count unread issue, when no users were found. 1.0.6 Added custom filter hooks, so developers can easily extend/build on this plugin. These are;