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.
- Easily embed your CleverReach sign-up form anywhere on your website
- Double opt-in according to your CleverReach configuration
- Smooth form submission using Ajax (no page reload)
- Optional: Customize your form and error messages via filters
Check the Wiki for available filters and further information.
- English
- German
- Spanish
- Russian
- Unsubscribe form
- Support for WordPress Widgets
- Support for CleverReach REST API
- Contact Form 7 integration
Using the latest version of WordPress and PHP is highly recommended.
- WordPress 4.0 or newer
- PHP 5.3.0 or newer
- PHP SOAP extension
- CleverReach API key
- Install and activate:
wp plugin install cleverreach-extension --activate
- Install:
composer create-project hofmannsven/cleverreach-extension --stability=dev
- Activate the plugin on the plugin dashboard
- Navigate to the 'Add New' in the plugins dashboard
- 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
If you find an issue, please raise an issue on GitHub.
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.
No customer data is stored within your WordPress database. We heavily rely on the security of CleverReach which is tested and verified according to German standards.
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).