Description
The CleverReach Extension for WordPress provides an easy way to embed your CleverReach sign-up form anywhere on your website.
Features
- 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)
Looking ahead
- Unsubscribe form
- Support for WordPress Widgets
- PHPUnit Tests
Languages
- English
- German
- Spanish
- Russian
Integrations
- Visual Composer
- Coming soon: Contact Form 7
Support
If you find an issue, please raise an issue on GitHub.
Installation
Requirements
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
Using WP-CLI
- Install and activate:
wp plugin install cleverreach-extension --activate
Using Composer
- Install:
composer create-project hofmannsven/cleverreach-extension --stability=dev
- Activate the plugin on the plugin dashboard
Using the WordPress dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘CleverReach Extension’
- Click ‘Install Now’
- Activate the plugin on the plugin dashboard
Using FTP
- Unzip the download package
- Upload
cleverreach-extension
folder to your plugins directory - Activate the plugin on the plugin dashboard
FAQ
- Why would I use the API instead of the source code provided within my CleverReach account?
-
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. - Is it secure?
-
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. - Having problems with the PHP SOAP Extension?
-
Check the PHP SOAP wiki page for further information.
- How can I customize the sign-up form or the error messages?
-
Check the Wiki for further information.
- I’m having issues getting the plugin to work what should I do?
-
See CleverReach Extension on Github for a detailed rundown of common issues.
- Where can I get more information and support for this plugin?
Reviews
Contributors & Developers
“CleverReach Extension” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CleverReach Extension” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2.0
- Reworked admin interaction
- Spanish & Russian translation
- Visual Composer plugin integration
- Better file handling, code cleanup and documentation
0.1.0
- Initial release