Skip to content

code64/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

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

Integrations

Languages

  • English
  • German
  • Spanish
  • Russian

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
  • PHP SOAP extension
  • CleverReach API key

Using WP-CLI

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

Using Composer

  1. Install: composer create-project hofmannsven/cleverreach-extension --stability=dev
  2. Activate the plugin on the plugin dashboard

Using WordPress

  1. Navigate to the 'Add New' in the plugins dashboard
  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

If you find an issue, please raise an issue on GitHub.


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?

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.


License

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

About

Simple interface for CleverReach newsletter software using the official CleverReach SOAP API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published