Wise Chat Pro installation
Installation of Wise Chat Pro is very easy and does not require any special knowledge. All you need is the write access to /wp-content/plugins/
directory on your WordPress hosting. Then go through the following steps.
Notice: If you are using free version of the Wise Chat (installed from wordpress.org plugins repository) you must remove it and delete because Wise Chat Pro completely replaces free Wise Chat and cannot be used together. In order to delete Wise Chat free version go to “Plugins → Installed Plugins”. Then click “Deactivate” and then “Delete” links below “Wise Chat” plugin. Now you are ready to install Wise Chat Pro.
Plugin Installation Steps
- Open purchase confirmation e-mail you received from us and download Wise Chat Pro ZIP file.
- Unpack the ZIP file. It contains a single wise-chat-pro directory.
- Upload the entire wise-chat-pro folder to the
/wp-content/plugins/
directory. - Log in as administrator and go to “Plugins → Installed Plugins”. Then activate Wise Chat Pro.
- Display the chat using one of the three methods below.
Method 1: Block
Notice: This method is available in WordPress 6.0.0 or greater.
You can display Wise Chat Pro using a dedicated “Wise Chat” block. Please edit a page (or template) you wish to add the chat to. Then add “Wise Chat” block and save the changes. Visit the page to test the chat. Read more about this method here.
Method 2: Shortcode
Place a shortcode [wise-chat]
in your posts or pages:
[wise-chat]
It will open the chat window with only one public channel called “global”. If you would like to open the chat with a public channel called “My Room” try this:
[wise-chat channel="My Room"]
You may add additional parameters to the shortcode (called: attributes), for example – in order to enable Cold Dark theme and to show list of users you can type:
[wise-chat theme="colddark" show_users="1"]
Almost all settings available on plugin’s settings page are also available in shortcode.
Method 3: PHP
Edit a template and add the function call: <?php if (function_exists('wise_chat')) { wise_chat(); } ?>
This method is recommended to advanced users only.
Post Installation Notices
- Go to “Settings → Wise Chat Pro Settings” page and adjust all the settings according to your needs.
- Go to “Settings → Wise Chat Pro Settings” page, select Localization tab and translate all the messages into your own language.
- Posting pictures from camera / local storage is limited to the specific range of Web browsers: IE 10+, Firefox 31+, Chrome 31+, Safari 7+, Opera 27+, iOS Safari 7.1+, Android Browser 4.1+, Chrome For Android 41+.