{"id":2256,"date":"2007-11-27T10:38:13","date_gmt":"2007-11-27T10:38:13","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-opt-in\/"},"modified":"2011-04-07T18:34:11","modified_gmt":"2011-04-07T18:34:11","slug":"wp-opt-in","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-opt-in\/","author":279751,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4.1","stable_tag":"1.4.1","tested":"3.1.4","requires":"2.0.2","requires_php":"","requires_plugins":"","header_name":"WP Opt-in","header_author":"Petter","header_description":"","assets_banners_color":"","last_updated":"2011-04-07 18:34:11","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/neppe.no\/wordpress\/wp-opt-in\/","header_author_uri":"http:\/\/neppe.no\/","rating":0,"author_block_rating":0,"active_installs":100,"downloads":40198,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.4","0.5","0.6","0.7","0.8","0.9","0.9.1","0.9.2","1.0","1.1","1.2","1.3","1.3.1","1.3.2","1.4","1.4.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[267,450,168],"plugin_category":[41,43],"plugin_contributors":[82546],"plugin_business_model":[],"class_list":["post-2256","plugin","type-plugin","status-closed","hentry","plugin_tags-email","plugin_tags-mail","plugin_tags-sidebar","plugin_category-communication","plugin_category-customization","plugin_contributors-petter","plugin_committers-petter"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-opt-in.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin can be used to send e-mail to users. The front side of the 'WP Opt-in' plugin is a simple form with an e-mail input field and a submit button. By entering an e-mail address into the field and pressing submit, an e-mail is sent automatically to the specified address.<\/p>\n\n<p>The contents and sender of the automatic e-mail can be specified in options, along with whatever you would like for status messages and other text for the front side.<\/p>\n\n<p>IP address and time for submit is stored together with the e-mail address in the database. E-mail entries in the database can be selectively deleted. Export to a Bcc friendly format is also possible.<\/p>\n\n<h3>Support<\/h3>\n\n<p>Visit the <a href=\"http:\/\/neppe.no\/wordpress\/wp-opt-in\">plugin home page<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Deactivate the plugin in the WordPress 'Plugins' menu if you are upgrading<\/li>\n<li>Download and unzip the plugin<\/li>\n<li>Upload the <code>wp-opt-in<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> folder<\/li>\n<li>Active the plugin, place the widget in your sidebar and edit its title by using the 'Presentation' menu<\/li>\n<li>Configure the plugin in the 'WP Opt-in' menu located under the WordPress 'Options' menu<\/li>\n<\/ol>\n\n<p>If your theme does not support widgets, you can paste <code>&lt;?php if (function_exists('wpoi_opt_in')) { wpoi_opt_in(); } ?&gt;<\/code> into your sidebar file. This file may be called 'sidebar.php' or similar.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Can I send e-mail to all users who have asked for information through this plugin?<\/dt>\n<dd><p>Yes. Simply copy all the e-mail addresses from the 'Bcc friendly format' section on the plugin options page. Paste them into the Bcc field in your favorite e-mail client software.<\/p><\/dd>\n<dt>No e-mails are sent! Why?<\/dt>\n<dd><p>Check if PHP is configured to use a working SMTP server, possibly in a file called php.ini.<\/p><\/dd>\n<dt>What does Bcc mean?<\/dt>\n<dd><p>Blind carbon copy. A receipient field for e-mail. Using it results in not revealing e-mail addresses between the recipients.<\/p><\/dd>\n<dt>Why do the plugin mess up my theme when including it in the sidebar?<\/dt>\n<dd><p>The options might be messed up. Try the default options:<\/p>\n\n<ul>\n<li>Bad e-mail: <code>&lt;p&gt;&lt;b&gt;Bad e-mail address.&lt;\/b&gt;&lt;\/p&gt;<\/code><\/li>\n<li>Failed to send: <code>&lt;p&gt;&lt;b&gt;Failed sending to e-mail address.&lt;\/b&gt;&lt;\/p&gt;<\/code><\/li>\n<li>Success: <code>&lt;p&gt;&lt;b&gt;Sent requested e-mail.&lt;\/b&gt;&lt;\/p&gt;<\/code><\/li>\n<li>Form header: <code>&lt;div id=\"wpoi_form\"&gt;Receive information automagically here.<\/code><\/li>\n<li>Form footer: <code>&lt;\/div&gt;<\/code><\/li>\n<li>E-mail field: <code>E-mail:<\/code><\/li>\n<li>Submit button: <code>Submit<\/code><\/li>\n<\/ul><\/dd>\n<dt>Can spammers use this to get me in trouble?<\/dt>\n<dd><p>Subject, sender and contents of the e-mail sent from this plugin is controlled by the plugin and you. There should be no reason for sending someone this information unless they asked for it.<\/p><\/dd>\n<dt>What about security?<\/dt>\n<dd><p>The input e-mail address is checked for suspicious characters before it's used.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Fixed init action used for the redirect option.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Modified default options for form header for better CSS.<\/li>\n<li>Added description to more of the options.<\/li>\n<li>Redirect option to enable possibility for a opt-in success page.<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Fixed support for empty options. Thanks to GirlsCanCode.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Try to fix double e-mail to self.<\/li>\n<li>Remove unnecessary code in opt-in-form<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Text in notification e-mail changed to be more general.<\/li>\n<li>Made it possible to place the php file in either a wp-opt-in folder or the plugins folder. Recommended: folder (to be compatible with future versions).<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Better Windows\/Linux support. Thanks to Last Programmer for testing.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Improved PHP mail() compatibility<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Option to send notification email<\/li>\n<li>Use form footer field<\/li>\n<li>Seamlessly perform database upgrade.<\/li>\n<\/ul>\n\n<h4>0.9.2<\/h4>\n\n<ul>\n<li>Correct bugfix in 0.9.1.<\/li>\n<\/ul>\n\n<h4>0.9.1<\/h4>\n\n<ul>\n<li>Tiny bugfix.<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>Remove old duplicates of submitted new email.<\/li>\n<\/ul>\n\n<h4>0.8<\/h4>\n\n<ul>\n<li>Fix register activation hook. Thanks to Jared.<\/li>\n<\/ul>\n\n<h4>0.7<\/h4>\n\n<ul>\n<li>Create initial opt-in-users database table fix.<\/li>\n<\/ul>\n\n<h4>0.6<\/h4>\n\n<ul>\n<li>Fix widgets on more WordPress versions.<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Add control to edit widget title.<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>Correct typos introduced in 0.3.<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Widget support. Thanks to Rune.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Add a comment and improve readme.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"Collect e-mail addresses from users with a simple form. Send them an e-mail automagically.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/2256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=2256"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/petter"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=2256"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=2256"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=2256"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=2256"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=2256"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=2256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}