Plugin Directory

Changeset 760103


Ignore:
Timestamp:
08/21/2013 04:28:02 PM (13 years ago)
Author:
mailermailer
Message:

Initial commit

Location:
mailermailer/trunk
Files:
34 added
1 edited

Legend:

Unmodified
Added
Removed
  • mailermailer/trunk/README.md

    r760102 r760103  
    1 mailermailer-wp
    2 ===============
     1# mailermailer-wp
    32
    43MailerMailer's official Wordpress plugin
     4
     5## Description
     6
     7The MailerMailer plugin allows you to easily add your signup form to your WordPress 3.5 or higher site through a widget or shortcode.
     8
     9In order to use this plugin you must have an API key provided by MailerMailer. If you don't have a
     10[MailerMailer](http://www.mailermailer.com/index.rwp) account, you're welcome to signup for a [free trial](https://www.mailermailer.com/signup.rwp) today.
     11
     12After plugin installation, you'll be asked to enter your API key so that we can retrieve your form. You'll then be able to customize the form appearance before you add it to your site.
     13
     14You'll be able to adjust the following form settings:
     15* Title
     16* Text color
     17* Border color
     18* Border width
     19* Background color
     20
     21Should you modify your signup form on MailerMailer, you'll be able to easily update it through the plugin.
     22
     23## Installation
     24
     251. Place the unzipped 'mailermailer' plugin folder into '/wp-content/plugins/', or use WordPress's built-in Plugin installer
     262. Activate the plugin through the 'Plugins' menu in WordPress
     273. Setup the plugin under Settings > MailerMailer Settings
     284. Enter your API key under 'API Settings.' If you don't have an API key, [request one](http://www.mailermailer.com/api/getting-started/index.rwp).
     295. Customize your form options and appearance under 'Form Settings.'
     30
     31Add the form to your site through either a widget or shortcode
     32* Widget: Under Appearance > Widgets, Look for 'MailerMailer Widget' and drag it to the desired widget location
     33* Shortcode: Add the shortcode [mailermailer_form] to posts or pages where you want the form to display
     34
     35## Plugin Support
     36Our support team is available to assist you by chat, email and phone. Feel free to [contact us](http://www.mailermailer.com/support/index.rwp)
     37if you have any questions regarding this plugin. However, make sure to check out the plugin FAQ section first.
     38
     39## Frequently Asked Questions
     40
     41### What is MailerMailer?
     42
     43[MailerMailer](http://www.mailermailer.com/features/index.rwp) is a powerful email marketing tool made easy.
     44Send email newsletters and marketing messages with our do-it-yourself email marketing service.
     45
     46### Where can I find my API key?
     47
     48API keys are available upon request. If you'd like one, please visit our [API docs](http://www.mailermailer.com/api/getting-started/index.rwp).
     49
     50### I just changed my signup form on MailerMailer. How do I update the widget?
     51
     52Navigate to the MailerMailer Settings page in your admin panel (Settings > MailerMailer Settings) and click
     53on 'Refresh Form.' That's it! If the update succeeded you'll be greeted with a success message.
     54
     55### I just received an error message saying 'An error has occurred.' What should I do?
     56
     57Please contact our [support team](http://www.mailermailer.com/support/index.rwp) with your problem and we'll do our best to solve it.
     58The plugin logs any MailerMailer specific errors, so if you have access to the logs, provide those entries when contacting our support team.
Note: See TracChangeset for help on using the changeset viewer.