Plugin info

Total downloads: 2,960
Active installs: 20
Total reviews: 3
Average rating: 3.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 4/10/2016 (3553 days ago)
Added to WordPress: 9/16/2014 (11 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 4.4.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3553 days ago • 3 reviews

22/100

Is Simple Constant Contact abandoned?

Possibly abandoned (last update 3553 days ago).

Compatibility

Requires WordPress: 3.8
Tested up to: 4.4.34
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

constant contact
Rating 3.0/5 (2 reviews)Active installs 100
constant contact form
Rating 0.0/5 (0 reviews)Active installs 50
Config Constants
Rating 5.0/5 (1 reviews)Active installs 100
Define Constants
Rating 0.0/5 (0 reviews)Active installs 50

Description

The Simple Constant Contact Plugin is a quick and easy plugin to interface with your constant contact account. It takes the visitor’s name and email and allows it to send that information directly to your Constant Contact account. Set up is easy. Just follow the instructions in the admin menu and you’re on your way. The UI was left raw with class and id tags so you can apply your own styling to match your current theme.

Installation

  1. Install Simple Constant Contact either via the WordPress.org plugin directory, or by uploading the files to your server
  2. After activating Simple Constant Contact, navigate to the options menu item ‘Simple Constant Contact’.
  3. Click the ‘Get Access Token’ Button. Then login to your Constant Contact account and authorize the plugin.
  4. Copy the Access Token code after authorizing the plugin and paste it back into the field label ‘Constant Contact Access Token’ on the plugin’s WordPress options page.
  5. Enter a List name you want the email addresses to group under in your Constant Contact account (default is Simple Constant Contact).
  6. Use the short-code [simpleCC] to display the form.
  7. If you like you can leave the formatting as is or create your own stylesheets to match your theme.

Frequently Asked Questions

What is the HTML output so I can match my theme style?

First Name

Last Name

Email

Submit

Review feed

elementsweb
9/3/2016

shortcode function is supposed to return a string

currently says this: ------------------------- function simpleCC_display_form() { // test to see if all the settings are correct if ($this->ready()) { ?>
ready()) { return '
'; } }

Screenshots

  1. This is how it looks with a little bit of formatting via CSS

    This is how it looks with a little bit of formatting via CSS

  2. Settings page

    Settings page

Changelog

1.0

  • Initial release

1.1

  • Update documentation to include usage on settings page
  • Update redirect URI to subdomain
  • Move settings page under options instead of main menu
  • Add capability for custom success message
  • Error handling on forms
  • Success message on submit
  • Fixed return bug for short-code (Thanks to elementsweb)
  • Update readme file
  • Added logo
  • Added screenshot