# WordPressPlugin **Repository Path**: mirrors_RocketChat/WordPressPlugin ## Basic Information - **Project Name**: WordPressPlugin - **Description**: Rocket.Chat.Livechat plug-in for WordPress - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RocketChat LiveChat plugin for WordPress === This is a plugin for [WordPress](http://www.wordpress.org) to enable LiveChat support. To install please use the WordPress plugin installer and search for [Rocket.Chat LiveChat](https://wordpress.org/plugins/rocketchat-livechat/). This repository contains unstable version of the plugin and outside of oficial releases it is not intended for use. # Contributing 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. ## Docker [Use Docker-compose to edit](https://rocket.chat/docs/installation/docker-containers/docker-compose/) [![Rocket.Chat logo](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/rocketchat/rocket.chat/) 1. Fork and Clone this repository 2. Open on folder and write in cosole: ``` docker-compose up ``` 3. Open your broser in ```localhost:5000```. 4. Install your wordpress. 5. Go to ```localhost:5000/wp-admin/plugins.php``` and active Rocket.Chat LiveChat. 6. Commit your changes (git commit -am 'Added some feature') 7. Push to the branch (git push origin/develop my-new-feature) 8. Create new Pull Request ## Use any server Local. 1. Fork and Clone this repository 2. Open on plugin folder copy ```Rocket.Chat-livechat``` to your plugin folder. 3. Test yours feature. 4. Commit your changes (git commit -am 'Added some feature') 6. Push to the branch (git push origin/develop my-new-feature) 7. Create new Pull Request # License Note that Rocket.Chat Plugin is distributed under the [MIT License](https://github.com/oguhpereira/WordPressPlugin/blob/develop/LICENSE).