=== WP Email Capture === Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready Requires at least: 2.8 Tested up to: 2.8.4 Version: 1.1 revision 2 Stable tag: 1.1 revision 2 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. == 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.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