{"id":29766,"date":"2014-05-30T15:47:12","date_gmt":"2014-05-30T15:47:12","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/easy-ajax-mail-subscription\/"},"modified":"2014-09-09T12:27:33","modified_gmt":"2014-09-09T12:27:33","slug":"easy-ajax-mail-subscription","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/easy-ajax-mail-subscription\/","author":11609495,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"trunk","tested":"4.0.38","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Easy Ajax MailChimp","header_author":"ProWpExpert","header_description":"","assets_banners_color":"c0c3c2","last_updated":"2014-09-09 12:27:33","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/prowpexpert.com\/ajax-mail-subscription-demo\/","header_author_uri":"http:\/\/prowpexpert.com\/","rating":1,"author_block_rating":0,"active_installs":10,"downloads":2006,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"923841","resolution":"772x250","location":"assets","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"923902","resolution":"1","location":"assets","width":1323,"height":724},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"923902","resolution":"1","location":"assets","width":465,"height":259},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"923902","resolution":"2","location":"assets","width":462,"height":230},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"923902","resolution":"3","location":"assets","width":465,"height":223},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"923902","resolution":"4","location":"assets","width":1003,"height":618}},"screenshots":{"1":"Installed in demo server.","2":"Another demo."}},"plugin_section":[],"plugin_tags":[25354,25356,25355,1029,25357],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-29766","plugin","type-plugin","status-publish","hentry","plugin_tags-ajax-mailchimp","plugin_tags-ajax-mailchimp-subscribe","plugin_tags-easy-ajax-mailchimp","plugin_tags-mailchimp","plugin_tags-simple-ajax-mailchimp","plugin_committers-jahed"],"banners":{"banner":"https:\/\/ps.w.org\/easy-ajax-mail-subscription\/assets\/banner-772x250.jpg?rev=923841","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/easy-ajax-mail-subscription_c0c3c2.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/easy-ajax-mail-subscription\/assets\/screenshot-1.png?rev=923902","caption":"Installed in demo server."},{"src":"https:\/\/ps.w.org\/easy-ajax-mail-subscription\/assets\/screenshot-2.png?rev=923902","caption":"Another demo."},{"src":"https:\/\/ps.w.org\/easy-ajax-mail-subscription\/assets\/screenshot-3.png?rev=923902","caption":""},{"src":"https:\/\/ps.w.org\/easy-ajax-mail-subscription\/assets\/screenshot-4.png?rev=923902","caption":""}],"raw_content":"<!--section=description-->\n<p>This plugin will enable Ajax MailChimp subscription in your wordpress theme. You can embed ajax mailchimp via shortcode in everywhere you want, even in theme files.<\/p>\n\n<p>Wanna see how it works? Click here: http:\/\/prowpexpert.com\/ajax-mail-subscription-demo\/<\/p>\n\n<p>Our More plugin:\nJeba cute slider: http:\/\/prowpexpert.com\/jeba-cute-slider\/<\/p>\n\n<p>Jeba upcoming plugin:\nJeba cute portfolio plugin: http:\/\/prowpexpert.com\/jeba-cute-portfolio\nJeba cute toggle &amp; Accordion: http:\/\/prowpexpert.com\/jeba-cute-tab<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload <code>plugin-directory<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Use shortcode in page, post or in widgets.<\/li>\n<li>If you want ajax mailchimp subscription in your theme php, Place <code>&lt;?php echo do_shortcode('[ajaxmailchimp uri=\"\"]'); ?&gt;<\/code> in your templates<\/li>\n<\/ol>\n\n<p>Shortcodes<\/p>\n\n<p><strong>Use ajaxmailchimp shortcode<\/strong><\/p>\n\n<pre>[ajaxmailchimp uri=\"\"]<\/pre>\n\n<p><strong>Use ajaxmailchimp shortcode with title<\/strong><\/p>\n\n<pre>[ajaxmailchimp uri=\"\" title=\"\"]<\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Where can I find my uri key?<\/dt>\n<dd><p>From your MailChimp to click Lists page &gt; your list &gt; Signup forms &gt; Embedded Forms in classic mode or default mode go Copy\/paste onto your site. From 'copy\/paste onto your site' code you get see function mce_init_form() function and on  this function you get a link like http:\/\/yourdomain.us8.list-manage2.com\/subscribe\/post-json?u=f31f34b5935e4370073e8b907&amp;id=23e868fa2a&amp;c=? . In this uri must have \"post-json?u=\" after subscribe and must have \"&amp;c=?\" end of the link. It is need to be used as uri . Basically it is modified from form action used 2 with list-manage, used -json with post, used amp; with apikey&amp; and used &amp;c=? end of form action link, and also form method must be get instead of post.<\/p>\n\n<p>Example:\nPrevious form action :<\/p>\n\n<p>&lt;<\/p>\n\n<p>form action=\"http:\/\/xxxxx.us2#.list-manage.com\/subscribe\/post?u=xxxxx&amp;id=xxxx\" method=\"post\" ... &gt;\nAfter change now look like:<\/p>\n\n<p>&lt;<\/p>\n\n<p>form action=\"http:\/\/xxxxx.us2#.list-manage.com\/subscribe\/post-json?u=xxxxx&amp;id=xxxx&amp;c=?\" method=\"get\" ... &gt;<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"Easy Ajax MailChimp is an awesome, super lightweight(only 5kb) plugin for your wordpress website MailChimp subscribe button.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/29766","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=29766"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jahed"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=29766"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=29766"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=29766"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=29766"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=29766"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=29766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}