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