This WordPress plugin adds helpers for the Matchbox support team.
- Add Matchbox's HelpScout Beacon for site admins.
The plugin adds a HelpScout Beacon for site admins to the site's front-end and admin areas. This allows those users to submit a support ticket from directly within their site.
- Navigate to the plugin's directory and run
composer install
- A pre-configured HelpScout Beacon.
To enable the beacon, you must define the HELPSCOUT_BEACON_ID constant in your wp-config.php file.
- Get your Beacon ID from HelpScout.
- Add
define('HELPSCOUT_BEACON_ID', 'YOUR_BEACON_ID_HERE');to the wp-config.php file. - Replace
YOUR_BEACON_ID_HEREwith your Beacon ID. - Enable the plugin.
- Reload the page to confirm your HelpScout Beacon appears on the site.