The CleverReach Extension for WordPress provides an easy way to embed your CleverReach sign-up form anywhere on your website.
It's a simple interface for CleverReach newsletter software using the official CleverReach SOAP API.
- Embed your CleverReach sign-up form anywhere on your website
- Smooth form submission using ajax (no page reload required)
- Double opt-in according to your CleverReach configuration
- Extremely lightweight plugin
- Many hooks for developers to customize forms, selectors, response messages and ajax requests
Further documentation can be found on the Wiki.
- Dutch
- English
- French
- German
- Luxembourgish
- Russian
- Spanish (incomplete)
- Support for WordPress widgets
- Support for CleverReach REST API
Using the latest version of WordPress and PHP is highly recommended.
- WordPress 4.0 or newer
- PHP 5.3.0 or newer (also tested with PHP 7)
- PHP SOAP extension
- CleverReach API key
- Install and activate:
wp plugin install cleverreach-extension --activate
- Install:
composer require hofmannsven/cleverreach-extension:dev-master
- Activate the plugin on the plugin dashboard
- Navigate to the plugins dashboard and select Add New
- Search for CleverReach Extension
- Click Install Now
- Activate the plugin on the plugin dashboard
- Unzip the download package
- Upload
cleverreach-extension
folder to your plugins directory - Activate the plugin on the plugin dashboard
Always feel free to raise an issue on GitHub.
If you discover a security issue, please contact me directly via email. My GPG fingerprint/key is available on keybase.
Using the API will allow you to push and pull data from CleverReach. This allows things like smooth form submission via Ajax and custom error handling.
We heavily rely on the security of CleverReach which is tested and verified according to German standards. No customer data is stored within your WordPress database.
Check the PHP SOAP wiki page for further information.
Check the Wiki for further information.
According to WordPress the plugin license is GPLv3 (or later).