https://github.com/simison/mwzendeskinboxcontactform
Adds Zendesk Inbox Contact form to MediaWiki
https://github.com/simison/mwzendeskinboxcontactform
Last synced: about 2 months ago
JSON representation
Adds Zendesk Inbox Contact form to MediaWiki
- Host: GitHub
- URL: https://github.com/simison/mwzendeskinboxcontactform
- Owner: simison
- Created: 2016-11-17T15:44:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T15:48:30.000Z (over 8 years ago)
- Last Synced: 2025-04-11T00:58:15.923Z (about 2 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zendesk Inbox Contact Form
### Mediawiki ExtensionExtension adds a contact form for [Zendesk Inbox](https://www.zendesk.com/inbox/) to every page.
## Installation
Download and place the files in a directory called `ZendeskInboxContactForm` in your `extensions` folder.
Add the following code at the bottom of your `LocalSettings.php`:```php
$wgZendeskAccount = 'YOUR_USERNAME.zendesk.com';
wfLoadExtension( 'ZendeskInboxContactForm' );
```## License
GPL-2.0+