Skip to content

developer-lindner/cleverreach-extension

 
 

Repository files navigation

CleverReach WordPress Extension

WordPress GitHub license Code Climate

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.

Features

  • 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.

Integrations

Languages

  • Dutch
  • English
  • French
  • German
  • Luxembourgish
  • Russian
  • Spanish (incomplete)

Looking ahead


Installation

Requirements

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

Using WP-CLI

  1. Install and activate: wp plugin install cleverreach-extension --activate

Using Composer

  1. Install: composer require hofmannsven/cleverreach-extension:dev-master
  2. Activate the plugin on the plugin dashboard

Using WordPress

  1. Navigate to the plugins dashboard and select Add New
  2. Search for CleverReach Extension
  3. Click Install Now
  4. Activate the plugin on the plugin dashboard

Using SFTP

  1. Unzip the download package
  2. Upload cleverreach-extension folder to your plugins directory
  3. Activate the plugin on the plugin dashboard

Support

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.


Frequently Asked Questions

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?

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.

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.


License

According to WordPress the plugin license is GPLv3 (or later).

Packages

No packages published

Languages

  • PHP 88.8%
  • JavaScript 8.7%
  • CSS 2.5%