Changeset 760103
- Timestamp:
- 08/21/2013 04:28:02 PM (13 years ago)
- Location:
- mailermailer/trunk
- Files:
-
- 34 added
- 1 edited
-
README.md (modified) (1 diff)
-
mailermailer (added)
-
mailermailer/.DS_Store (added)
-
mailermailer/LICENSE.txt (added)
-
mailermailer/README.txt (added)
-
mailermailer/class-mailermailer.php (added)
-
mailermailer/css (added)
-
mailermailer/css/.DS_Store (added)
-
mailermailer/css/admin.css (added)
-
mailermailer/css/index.php (added)
-
mailermailer/css/public.css (added)
-
mailermailer/includes (added)
-
mailermailer/includes/mailermailer-api-php (added)
-
mailermailer/includes/mailermailer-api-php/LICENSE.php (added)
-
mailermailer/includes/mailermailer-api-php/MAILAPI_Call.php (added)
-
mailermailer/includes/mailermailer-api-php/MAILAPI_Client.php (added)
-
mailermailer/includes/mailermailer-api-php/MAILAPI_Error.php (added)
-
mailermailer/includes/mailermailer-api-php/README.md (added)
-
mailermailer/includes/mailermailer-api-php/config.php (added)
-
mailermailer/includes/mailermailer-api-php/xmlrpc (added)
-
mailermailer/includes/mailermailer-api-php/xmlrpc/xmlrpc.inc (added)
-
mailermailer/includes/mailermailer-api-php/xmlrpc/xmlrpc_wrappers.inc (added)
-
mailermailer/includes/mailermailer-api-php/xmlrpc/xmlrpcs.inc (added)
-
mailermailer/includes/mailermailer_widget.php (added)
-
mailermailer/includes/views (added)
-
mailermailer/includes/views/.DS_Store (added)
-
mailermailer/includes/views/admin.php (added)
-
mailermailer/includes/views/index.php (added)
-
mailermailer/index.php (added)
-
mailermailer/js (added)
-
mailermailer/js/.DS_Store (added)
-
mailermailer/js/index.php (added)
-
mailermailer/js/public.js (added)
-
mailermailer/mailermailer.php (added)
-
mailermailer/uninstall.php (added)
Legend:
- Unmodified
- Added
- Removed
-
mailermailer/trunk/README.md
r760102 r760103 1 mailermailer-wp 2 =============== 1 # mailermailer-wp 3 2 4 3 MailerMailer's official Wordpress plugin 4 5 ## Description 6 7 The MailerMailer plugin allows you to easily add your signup form to your WordPress 3.5 or higher site through a widget or shortcode. 8 9 In 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 12 After 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 14 You'll be able to adjust the following form settings: 15 * Title 16 * Text color 17 * Border color 18 * Border width 19 * Background color 20 21 Should you modify your signup form on MailerMailer, you'll be able to easily update it through the plugin. 22 23 ## Installation 24 25 1. Place the unzipped 'mailermailer' plugin folder into '/wp-content/plugins/', or use WordPress's built-in Plugin installer 26 2. Activate the plugin through the 'Plugins' menu in WordPress 27 3. Setup the plugin under Settings > MailerMailer Settings 28 4. 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). 29 5. Customize your form options and appearance under 'Form Settings.' 30 31 Add 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 36 Our support team is available to assist you by chat, email and phone. Feel free to [contact us](http://www.mailermailer.com/support/index.rwp) 37 if 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. 44 Send email newsletters and marketing messages with our do-it-yourself email marketing service. 45 46 ### Where can I find my API key? 47 48 API 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 52 Navigate to the MailerMailer Settings page in your admin panel (Settings > MailerMailer Settings) and click 53 on '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 57 Please contact our [support team](http://www.mailermailer.com/support/index.rwp) with your problem and we'll do our best to solve it. 58 The 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.