This is a plugin for WordPress to enable LiveChat support. To install please use the WordPress plugin installer and search for Rocket.Chat LiveChat.
This repository contains unstable version of the plugin and outside of oficial releases it is not intended for use.
If you wish to contribute, send in a Pull Request.
If you have a use case or functionality that you think a plugin should cover, submit an Issue explaining your use case or functionality.
- Fork and Clone this repository
- Open on folder and write in cosole:
docker-compose up
- Open your broser in
localhost:5000
. - Install your wordpress.
- Go to
localhost:5000/wp-admin/plugins.php
and active Rocket.Chat LiveChat. - Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin/develop my-new-feature)
- Create new Pull Request
- Fork and Clone this repository
- Open on plugin folder copy
Rocket.Chat-livechat
to your plugin folder. - Test yours feature.
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin/develop my-new-feature)
- Create new Pull Request
Note that Rocket.Chat Plugin is distributed under the MIT License.