Ads 468 X 60

MailChimp Social WordPress (Forms)


What is MailChimp?


MailChimp is one of the best free email marketing managers in cyberspace, hands down. This is ideal for the creative small business owner or blogger.


How it works?


This script gets the client email from Facebook, Google or Microsoft and saves the email into your MailChimp List that you specify.


Super Easy!


I made a super quick start guide to help you initiate.


Plugin Settings


Take a look to the Screenshots!


Disable subscribable services


Widget Settings!


Modifying the output html


You can modify the widget output at maiclhimp_social_wp.php in line 101:



private function widget_output($args, $instance){
#remove this 2 lines if you don't want these styles:
wp_enqueue_style('bootstrap-css');
wp_enqueue_style('social-css');
....
if(!get_option("facebooktrigger")): # this is a trigger to enable Facebook!
if(!get_option("googletrigger")): # this is a trigger to enable Google!
if(!get_option("microsofttrigger")): # this is a trigger to enable Microsoft!
if(!get_option("emailtrigger")): # this is a trigger to enable Email!
...
}

Other versions


MailChimp Normal version


You can view the MailChimp version here: http://ift.tt/1fsPkyf


Mad Mimi Normal version


You can view the Mad Mimi version here: http://ift.tt/1fZI3po


Server Requirements


Supports PHP5.3>

Can be tweaked/modified once purchased if you know the PHP language.



0 comments:

Post a Comment