=== WP Email Capture === Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready Requires at least: 2.8 Tested up to: 2.9.1 Version: 1.9 Stable tag: 1.9 Contributors: rhyswynne Donate link: http://www.gospelrhys.co.uk/donations/ Double opt-in form for building your email list. Define landing pages to distribute your ebooks & software. == Description == This creates a 2 field form (Name & Email) for capturing emails. Email is double opt in, and allows you to forward opt in to services such as ebooks or software. When you are ready to begin your email marketing campaign, simply export the list into your chosen email marketing software or service. Features:- * Widget Ready. * Uses Wordpress' internal wp_mail function for sending mail. * Easily integrated with posts & pages. * Dashboard Widget. * Export data into CSV files, compatible with most major Email Marketing Programmes (including Aweber, Mailchimp, Groupmail, Constant Contact) * Double opt in, so compatible with CAN-SPAM act. * And completely free! == Installation == Upload the plugin (unzipped) into `/wp-content/plugins/`. Activate the plugin under the "Plugins" menu. This plugin requires a lot of set up before using. You need the following:- * A page for "Half Registration" (this page will be forwarded to when the form is just filled in, informs the users that they need to click on a link in the email. * A page for "complete registration" (thanking them for their enquiry, links to download etc). After having these, please then fill in the settings in the "Settings > WP Email Capture" form. The form can be inserted into the site at any location. However, to put the form anywhere, insert the following code into your template `` If you want to insert the form within a page, insert into any page the string `[wp_email_capture_form]`. It will be replaced with a simple form. == Stylings == To style your form, you need to add to your CSS file the following ID declarations. `wp_email_capture` is for sidebar & template widgets, `wp_email_capture_2` is for on page forms. `#wp_email_capture { } #wp_email_capture label { } #wp_email_capture input { } #wp_email_capture_2 { } #wp_email_capture_2 label { } #wp_email_capture_2 input { }` == Screenshots == 1. It's appearance within the template 2. The form within a post 3. The Dashboard Widget == Frequently Asked Questions == = Does this piece of software send out email? = No. I feel that to do so would be counter productive, as sending out email could have a detrimental effect on your server. There are a number of services we recommend, such as Aweber, to send out lists built on WP Email Capture. = Does it work with Wordpress MU? = This plugin is unsupported for Wordpress MU. Some people have reported success in using it. Others haven't. I have been unable to figure out why (I've been unable to get it working for Wordpress MU). = Does it work with [theme_name]? = This plugin does use widgets, so probably yes :) = How do I include the name in my emails I send to people? = Wherever you put in %NAME% (spelt exactly like that, uppercase as well), it will be replaced with the name given by the user. == Bugs/Suggestions == Please report any bugs to me (rhys@gospelrhys.co.uk) == Donate == To donate to this plugin, please visit: http://www.gospelrhys.co.uk/donations == Change Log == = 1.9 (20/01/10) = * Fixed a small bug that resulted in the display for [The plugin does not have a valid header.] * Fixed a small phpmail bug = 1.8.1 (13/01/10) = * Included more information in sent mail including IP, Date & Referral Page = 1.6 (18/10/09) = * You can now delete people from the confirmed members list (requested update!) = 1.5 (04/10/09) = * Fixed small error on the error checking form. = 1.4 (03/10/09) = * Added a check for duplicate emails. = 1.3 (30/09/09) = * Added a new feature where you can mention the name of the recipient of the email within the email by using the %NAME% string. * Better default title & text for the WP Email Capture Widget. * Fixed a bug that dropped the last character of the "From" name. = 1.2 (27/09/09) = * Fixed errors with the programme when using non pretty permalinks (they now work now) * Compatible with windows based PHP configurations (1.1 introduced a function that didn't work on windows boxes). = 1.1 revision 2 (24/09/09) = * Fixed compatability issue with All in One SEO. * Blogs which are on a subdomain now can use the plugin (http://www.domian.com/wordpress/) = 1.1 revision 1 (23/09/09) = * Fixed small upgrade bug = 1.1 (22/09/09) = * Fixed short tag problem in tempdata.php * Emails that are not valid emails aren't processed = 1.0 RC 1 (17/09/09) = * First Release! * Dashboard Widget added. = 0.4 (14/09/09) = * Used more secure internal wp_mail class for sending out mail * Implemented [wp_email_form] class for implementing plugin on form = 0.3 (12/09/09) = * Switch to headers, rather than meta refreshes for updating the page = 0.2 (09/09/09) = * Fixed small error in the plugin when using permalinks * Implemented more security to the plugin = 0.1 (07/09/09) = * Plugin Launched