{"id":17135,"date":"2012-03-08T02:47:11","date_gmt":"2012-03-08T02:47:11","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/easy-icontact\/"},"modified":"2012-04-17T23:36:40","modified_gmt":"2012-04-17T23:36:40","slug":"easy-icontact","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/easy-icontact\/","author":9071963,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.3","stable_tag":"0.3","tested":"3.3.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Easy iContact","header_author":"Ben McFadden","header_description":"","assets_banners_color":"","last_updated":"2012-04-17 23:36:40","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/benmcfadden.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":2452,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.2","0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[9951],"plugin_category":[],"plugin_contributors":[88623],"plugin_business_model":[],"class_list":["post-17135","plugin","type-plugin","status-closed","hentry","plugin_tags-icontact","plugin_contributors-benmcfadden","plugin_committers-benmcfadden"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/easy-icontact.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Easy iContact is a plugin designed to make integrating an iContact signup form into your WordPress template.. well.. easy.<\/p>\n\n<p>Since this is an early beta release, although it has shown to be functional in my tests, it is provided as-is.<\/p>\n\n<p>At the moment, installation and use instructions are sparse, but they are coming.<\/p>\n\n<p>Note: You need an <a href=\"http:\/\/icontact.com\/\" title=\"iContact\">iContact<\/a> account to utilize this plugin. They do have a <a href=\"http:\/\/icontact.com\/pricing\" title=\"iContact pricing\">free trial<\/a>, and a micro plan that is always <a href=\"https:\/\/www.icontact.com\/email-marketing-free-solution\" title=\"Free iContact plan\">free<\/a>.<\/p>\n\n<h4>Shortcode Options<\/h4>\n\n<p>Shortcode: <code>[easyicontact]<\/code>\n<strong>Shortcode optons:<\/strong>\n0 == false\n1 == true<\/p>\n\n<ul>\n<li><strong>confirm_email<\/strong>  (1 or 0) default: <em>true (1)<\/em><\/li>\n<li><strong>first_name<\/strong> (1 or 0) default: <em>true (1)<\/em><\/li>\n<li><strong>last_name<\/strong> (1 or 0) default: <em>true (1)<\/em><\/li>\n<li><strong>validation<\/strong> (1 or 0) default: <em>true (1)<\/em><\/li>\n<li><strong>label_type<\/strong> ('label' or 'value') Create HTML labels or insert the lable as the default value of a field. If value is chosen, upon click, the default value is removed. default: <em>label<\/em><\/li>\n<li><strong>submit_image<\/strong> path\/URL - If set to a value other than false, it will be used as the path\/URL to a submit button image. Relative paths are relative from the <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/bloginfo,\" title=\"Codex: bloginfo\">stylesheet_directory<\/a>. Absolute paths and URLs are used as-is. URLs must begin with \"http:\/\/\" or \"https:\/\/\".  If submit_image is set, submit_text is used as the alt text. Default: <em>false (0)<\/em><\/li>\n<li><strong>submit_text<\/strong> text - Will show on the submit button if submit_image is false. If submit_image is used, submit_text is used as the alt text for submit_image. Default: <em>Sign up!<\/em><\/li>\n<li><strong>callback_function<\/strong> function name - This JavaScript function will be called upon successful submit of the form. It is called immediately after the success message is displayed. Checks to make sure the function is defined.<\/li>\n<\/ul>\n\n<p><strong>Example Shortcode:<\/strong>\n    [easyicontact confirm_email='0' last_name='0' 'submit_text='Sign me up!' label_type='value' ]<\/p>\n\n<h4>Why use this plugin?<\/h4>\n\n<p>When using the code as it comes from iContact, the user is directed away from your website. This allows you to have 100% control over the visual feeling and messaging the user sees. Also, by using asynchronous form submission, the process is quick and seamless to the end user.<\/p>\n\n<h3>Other Information<\/h3>\n\n<h4>Known issues, feature requests, bug reporting<\/h4>\n\n<p>Visit <a href=\"https:\/\/github.com\/mcfadden\/Easy-iContact---WordPress-plugin\/issues\">https:\/\/github.com\/mcfadden\/Easy-iContact---WordPress-plugin\/issues<\/a> to view known issues, submit feature requests, and bug reports.<\/p>\n\n<!--section=installation-->\n<p>Install the plugin by uploading the <code>easyicontact<\/code> folder to your <code>\/wp-content\/plugins<\/code> directory or the plugins page in your WordPress dashboard.<\/p>\n\n<p>At iContact, create a sign-up-form that you will use for this plugin. Copy the manual HTML code, and paste it into the settings page for Easy i-Contact. It will automatically parse out the fields it needs.<\/p>\n\n<p>Next, use the shortcode guide (below and on the settings page for reference) and place your shortcode in a text widget or on a page. If you would like to use it in your template file, use the WordPress <code>do_shortcode<\/code> function. <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/do_shortcode\">do_shortcode reference<\/a><\/p>\n\n<p>Use the sample CSS on the settings page as a starting point when customizing the CSS for your template.<\/p>\n\n<p>NOTE: Because this plugin is in very early development, things may change drastically. I will do my best to document all changes carefully, and keep backwards compatibility as much as reasonable.<\/p>\n\n<!--section=changelog-->\n<h4>0.3<\/h4>\n\n<ul>\n<li>Feature: Added a callback_function (JavaScript) that is called when the form is successfully submitted.<\/li>\n<li>Fixed Bug: When using AJAX submitting, the form fields weren't validated.<\/li>\n<li>Fixed Bug: In IE and Firefox when submitting the form, the value of the submit button would be truncated<\/li>\n<li>Enhancement: When a form submission has failed validation, when the user clicks into a field the validation-error class is now removed.<\/li>\n<li>Readme: Updated Installation title so it appears under the correct tab on the WordPress plugin page.<\/li>\n<li>Readme: Updated instructions for reporting issues<\/li>\n<li>Readme: Added shortcode options to Description tab<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added to the WordPress plugin directory<\/li>\n<li>Added field label customization options<\/li>\n<li>Added example CSS to the settings page<\/li>\n<li>Added example shortcode settings to the settings page<\/li>\n<li>Added label_type attribute<\/li>\n<li>Added submit_image attribute<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Added custom shortcode with attributes<\/li>\n<\/ul>","raw_excerpt":"Easy iContact allows point-and-click (and paste the shortcode) integration with iContact","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/17135","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=17135"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/benmcfadden"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=17135"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=17135"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=17135"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=17135"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=17135"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=17135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}