이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Flair Chat

설명

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.

Configuration

  1. Create an account with https://dashboard.pusher.com/accounts/sign_in
  2. After step 1 above, create a Channels app and click on the App Keys and note the app details ie; app_id, key, secret and cluster.
  3. From your wordpress plugins listing page, below the FlairChat plugin is the configuration link, click on that and fill in
    the form with the right information from step 2 above ie; app_id, key, secret and cluster.

스크린샷

  • 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.

설치

  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.

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Flair Chat”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Flair Chat”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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;
* flair_chat_load_users:
* flair_chat_sent_message:
See docs.md for more details