Description
This plugin uses shortcode to provide one to one chat with logged in user.
Backend setting to control multi-user chat.
Use this shortcode [single_chat user_id=2] where 2 is the user id of second user first will be the loggedin user.
use this shortcode [multi_chat] for using multi user chat option on single page or post (Please Enable multi_chat option from chat setting).
Point to be noted:
-If multi user on every screen is enabled then don’t use [multi_chat] shortcode. just check both the checkboxes on admin page.
-If multi user option is not enable then you can’t use multi-user on every screen.
-User must be logged in to chat with other users
-you can use [single_chat user_id=2] dynamically change user_id by using do_shortcode in templates
-Perfect active and offline status green represent active and red represent offline
Screenshots
Installation
- Upload
single-user-chat
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Now you are ready to go ?? .
FAQ
- Does this plugin requires any setup?
-
yes this plugin requires setup, just register users to your website and they can chat with each other. you can use shortcode [single_chat user_id = 2 ] ‘here 2 is the second userid and first user is the logged in user’
- Does it stores the chat history?
-
Yes chat history are stored, this plugin is useful for just chatting between two users internally and stored data in Your website DB
- User shows active when its not?
-
now it is working fine after new updation
- Chat option is not showing?
-
User must be logged in to chat with other users if user is logged in then may be shortcode is not used correctly it is case sensitive
Reviews
Contributors & Developers
“Single-user-chat” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Single-user-chat” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.