Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/wordpress-helfi-chat
Integrates various chat services into Wordpress sites.
https://github.com/city-of-helsinki/wordpress-helfi-chat
Last synced: about 2 months ago
JSON representation
Integrates various chat services into Wordpress sites.
- Host: GitHub
- URL: https://github.com/city-of-helsinki/wordpress-helfi-chat
- Owner: City-of-Helsinki
- License: gpl-3.0
- Created: 2022-09-05T08:10:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T13:28:13.000Z (11 months ago)
- Last Synced: 2024-04-08T16:43:12.840Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helsinki Chat
A plugin designed for integrating various chat services into the [Helsinki Theme](https://github.com/City-of-Helsinki/wordpress-helfi-helsinkiteema),## Dependencies
### Required
- None## Integrated Chat Services
- Genesys v9## Configuration
After installation a chat service can be configured to be used from the `Helsinki Chat` admin submenu.Available settings for a chat may differ between chat services. Currently the only chat service available is Genesys v9.
This plugin is not intended to provide the endpoints required to setup a chat service. You will have to contact the chat service provider for the required information to setup and use the chat.
## Development
### Assets
(S)CSS and JS source files are stored in `/src`. Asset complitation is done with [Gulp](https://gulpjs.com/) and the processed files can be found in `/assets`.Install dependencies with `npm install`. Build assets with `gulp scripts` and `gulp styles` or watch changes with `gulp watch`.
## Collaboration
Raise [issues](https://github.com/City-of-Helsinki/wordpress-helfi-privatewebsite/issues) for found bugs or development ideas. Feel free to send [pull requests](https://github.com/City-of-Helsinki/wordpress-helfi-privatewebsite/pulls) for bugfixes and new or improved features.