<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: mailchimp</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: mailchimp</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 10:33:00 +0000</pubDate>

<item>
<title>dbohea on "[Plugin: MailChimp List Subscribe Form] Labels not visible in IE 6 or 7."</title>
<link>http://wordpress.org/support/topic/325808#post-1261922</link>
<pubDate>Wed, 28 Oct 2009 14:26:09 +0000</pubDate>
<dc:creator>dbohea</dc:creator>
<guid isPermaLink="false">1261922@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi folks.&#60;/p&#62;
&#60;p&#62;I can't get form labels to appear in IE 6 or 7. Here's a link to what I'm up to - check the sidebar under where it says 'Subscribe':&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vi-web.vividinteractive.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://vi-web.vividinteractive.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated. :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/mailchimp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/mailchimp/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>heriz on "Resolving plugin confllicts (jQuery..?)"</title>
<link>http://wordpress.org/support/topic/318873#post-1241442</link>
<pubDate>Fri, 09 Oct 2009 23:34:03 +0000</pubDate>
<dc:creator>heriz</dc:creator>
<guid isPermaLink="false">1241442@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hmm... no the code still looks too cumbersome for it to be used with ease by the client. It really does need to be a case of the player appearing once a link is added.&#60;/p&#62;
&#60;p&#62;The arrow on its own is the right direction&#60;/p&#62;
&#60;p&#62;Really surprised it's this difficult to find a plugin for this.&#60;/p&#62;
&#60;p&#62;Anyway, thanks for your time!
&#60;/p&#62;</description>
</item>
<item>
<title>heriz on "Resolving plugin confllicts (jQuery..?)"</title>
<link>http://wordpress.org/support/topic/318873#post-1241436</link>
<pubDate>Fri, 09 Oct 2009 23:29:29 +0000</pubDate>
<dc:creator>heriz</dc:creator>
<guid isPermaLink="false">1241436@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks! This looks possible. As long as it's extremely easy for the client to add a tune.&#60;/p&#62;
&#60;p&#62;The only one I'd want is the arrow on its own, but I can't see the player type for that. Still, I'll dig around.&#60;/p&#62;
&#60;p&#62;Thanks a lot
&#60;/p&#62;</description>
</item>
<item>
<title>stvwlf on "Resolving plugin confllicts (jQuery..?)"</title>
<link>http://wordpress.org/support/topic/318873#post-1241222</link>
<pubDate>Fri, 09 Oct 2009 20:33:24 +0000</pubDate>
<dc:creator>stvwlf</dc:creator>
<guid isPermaLink="false">1241222@http://wordpress.org/support/</guid>
<description>&#60;p&#62;As a possible alternative, these are not WordPress  plugin players but I have integrated them into a WP site before.  free, if you can live with them displaying the name of their site on the player&#60;br /&#62;
&#60;a href=&#34;http://flash-mp3-player.net/&#34; rel=&#34;nofollow&#34;&#62;http://flash-mp3-player.net/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>heriz on "Resolving plugin confllicts (jQuery..?)"</title>
<link>http://wordpress.org/support/topic/318873#post-1241077</link>
<pubDate>Fri, 09 Oct 2009 18:21:28 +0000</pubDate>
<dc:creator>heriz</dc:creator>
<guid isPermaLink="false">1241077@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for your response - I didn't work out which plugin was loading jquery, that code was taken from the localhost source which I thought was using the same setup as the online version, but it seems it wasn't.&#60;/p&#62;
&#60;p&#62;I've stripped the javascript out of the mailing list code for now, which has enabled the inline player again.&#60;/p&#62;
&#60;p&#62;I love this player - really unobtrusive, simple and seems elegant until you start testing in other browsers. Unfortunately in Chrome and Safari, it goes a bit crazy. I'm sure there's a workaround but I just haven't the time or funds to work it out.&#60;/p&#62;
&#60;p&#62;I wish there was a viable alternative to this player, but I've found none. All others (including the classic 1 pixel out) are too flashy for what I need.&#60;/p&#62;
&#60;p&#62;Shame!
&#60;/p&#62;</description>
</item>
<item>
<title>stvwlf on "Resolving plugin confllicts (jQuery..?)"</title>
<link>http://wordpress.org/support/topic/318873#post-1239118</link>
<pubDate>Thu, 08 Oct 2009 04:03:33 +0000</pubDate>
<dc:creator>stvwlf</dc:creator>
<guid isPermaLink="false">1239118@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm not familiar with the mp3inline plugin.&#60;/p&#62;
&#60;p&#62;There is a second copy of the jquery library being loaded on the very last line of the code you pasted.  jQuery is already loaded, the correct way, on the first line of the script.  &#60;/p&#62;
&#60;p&#62;I downloaded the mp3inline plugin - it is not loading jquery, so another plugin might be doing that.&#60;/p&#62;
&#60;p&#62;You might try disabling all plugins except MailChimp and mp3inline and see if you still have the issue.  It could be a 3rd plugin that is the problem between the two.&#60;/p&#62;
&#60;p&#62;The noConflict function would not be the issue.  &#60;/p&#62;
&#60;p&#62;I see that mp3inline has not been updated in two years.  That is a long time in terms of javascript libraries.  If you can't resolve it you may need to find a more current player.
&#60;/p&#62;</description>
</item>
<item>
<title>heriz on "Resolving plugin confllicts (jQuery..?)"</title>
<link>http://wordpress.org/support/topic/318873#post-1239058</link>
<pubDate>Thu, 08 Oct 2009 02:40:13 +0000</pubDate>
<dc:creator>heriz</dc:creator>
<guid isPermaLink="false">1239058@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I really hope someone can help with this.&#60;/p&#62;
&#60;p&#62;I'm trying to use the inline MP3 player and the MailChimp plugins, both of which are essential to the site I'm building. Unfortunately the Mailchimp plugin stops the inline player from working.&#60;/p&#62;
&#60;p&#62;With these plugins, this code is generated in the head:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;/wp-includes/js/jquery/jquery.js?ver=1.3.2&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;/wp-includes/js/jquery/jquery.form.js?ver=2.02m&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;/wp-content/plugins/mailchimp/js/mailchimp.js?ver=2.8.4&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;link rel=&#38;quot;EditURI&#38;quot; type=&#38;quot;application/rsd+xml&#38;quot; title=&#38;quot;RSD&#38;quot; href=&#38;quot;/xmlrpc.php?rsd&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;wlwmanifest&#38;quot; type=&#38;quot;application/wlwmanifest+xml&#38;quot; href=&#38;quot;/wp-includes/wlwmanifest.xml&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;#39;index&#38;#39; title=&#38;#39;&#38;#39; href=&#38;#39;&#38;#39; /&#38;gt;
&#38;lt;meta name=&#38;quot;generator&#38;quot; content=&#38;quot;WordPress 2.8.4&#38;quot; /&#38;gt;

&#38;lt;style type=&#38;#39;text/css&#38;#39;&#38;gt;
.mc_error_msg { color: red; }
.mc_success_msg { color: green; }
.mc_merge_var{ padding:0; margin:0; }
.mc_custom_border{ padding:5px; border-width: 0px;border-style: none;border-color: #111111;color: #222222;background-color: #;
}
.mc_custom_border legend {border-width: 0px;border-style: none;border-color: #000000;color: #111111;background-color: #FFFFFF;font-size: 1.2em;padding:5px 10px;
}
#mc_signup_form .mc_var_label, #mc_signup_form .mc_input { float:left; clear:both; }
#mc_signup_form legend { padding:.5em;margin:0; }
#mc-indicates-required { float:left; clear:both; }
#mc_display_rewards { clear:both; }
#mc_interests_header { font-weight:bold; clear:both; padding-top:.2em;}
div.mc_interest{ clear:both;}
input.mc_interest { float:left; }
label.mc_interest_label {float:left; clear:right;}
.mc_signup_submit { width:100%; text-align:center; clear:both; padding:.2em; }
&#38;lt;/style&#38;gt;
&#38;lt;!--[if IE]&#38;gt;
&#38;lt;style type=&#38;#39;text/css&#38;#39;&#38;gt;
#mc_signup_form fieldset { position: relative; }
#mc_signup_form legend {
padding:.3em;
position: absolute;
top: -1em;
left: .2em;
}
#mc_message { padding-top:1em; }
&#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
var mc_ajax_url = &#38;quot;/wp-content/plugins/mailchimp/mailchimp_ajax.php&#38;quot;;
&#38;lt;/script&#38;gt;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;/wp-content/plugins/mp3inline/css/player.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/wp-content/plugins/mp3inline/javascripts/prototype.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/wp-content/plugins/mp3inline/javascripts/domready.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/wp-content/plugins/mp3inline/javascripts/sprintf.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/wp-content/plugins/mp3inline/javascripts/Sound.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/wp-content/plugins/mp3inline/javascripts/Player.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/wp-content/plugins/mp3inline/javascripts/scriptaculous.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/wp-includes/js/jquery/jquery.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Does anyone know what I need to do in order to fix this conflict? Is it something to do with the noConflict function? I really know nothing about JavaScript so I'm fighting a losing battle here.&#60;/p&#62;
&#60;p&#62;Thanks for any help
&#60;/p&#62;</description>
</item>
<item>
<title>mc_jesse on "Add  PubDate for each article to RSS-feed"</title>
<link>http://wordpress.org/support/topic/285406#post-1121855</link>
<pubDate>Tue, 30 Jun 2009 20:58:35 +0000</pubDate>
<dc:creator>mc_jesse</dc:creator>
<guid isPermaLink="false">1121855@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Jean-Pierre -&#60;br /&#62;
Just enter your the RSS2 version of your site's feed into MailChimp when creating your new RSS Campaign:&#60;br /&#62;
&#60;a href=&#34;http://www.citymarketingonline.nl/feed/rss2/&#34; rel=&#34;nofollow&#34;&#62;http://www.citymarketingonline.nl/feed/rss2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Should work fine.&#60;/p&#62;
&#60;p&#62;jesse
&#60;/p&#62;</description>
</item>
<item>
<title>jpko on "Add  PubDate for each article to RSS-feed"</title>
<link>http://wordpress.org/support/topic/285406#post-1121751</link>
<pubDate>Tue, 30 Jun 2009 19:43:45 +0000</pubDate>
<dc:creator>jpko</dc:creator>
<guid isPermaLink="false">1121751@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to use the Mailchimp RSS based campaign. In order to use this RSS campaign each item of my  feed must contain a pubdate tag. How do I add a pubdate to my feed?&#60;/p&#62;
&#60;p&#62;The feed is: &#60;a href=&#34;http://www.citymarketingonline.nl/feed/rss/&#34; rel=&#34;nofollow&#34;&#62;http://www.citymarketingonline.nl/feed/rss/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which php file must I change in order to add the pubdate?&#60;/p&#62;
&#60;p&#62;Kind Regards,&#60;/p&#62;
&#60;p&#62;Jean-Pierre
&#60;/p&#62;</description>
</item>
<item>
<title>mc_jesse on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-1095394</link>
<pubDate>Mon, 08 Jun 2009 17:21:43 +0000</pubDate>
<dc:creator>mc_jesse</dc:creator>
<guid isPermaLink="false">1095394@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@dremeda   The problem you are having is that currently none of our subscribe plugins fully support all of the complex field types that our app does. In particular the Address, Multiple Choice, and Drop Down types will be problematic. FWIW, the others can be easily represented by a text field and should work fine.&#60;/p&#62;
&#60;p&#62;If that's a deal breaker, you can get the embed code for your list (under the Integration Code section for it) and paste the HTML generated directly into your WP template.
&#60;/p&#62;</description>
</item>
<item>
<title>dremeda on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-1092926</link>
<pubDate>Fri, 05 Jun 2009 17:49:58 +0000</pubDate>
<dc:creator>dremeda</dc:creator>
<guid isPermaLink="false">1092926@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@mc_jesse&#60;/p&#62;
&#60;p&#62;I just integrated the plugin and styled it fine but I am having issues with the fields.&#60;/p&#62;
&#60;p&#62;I have added:&#60;/p&#62;
&#60;p&#62;fname&#60;br /&#62;
lsname&#60;br /&#62;
email&#60;br /&#62;
address&#60;/p&#62;
&#60;p&#62;The problem is the address field comes up as one field instead of:&#60;/p&#62;
&#60;p&#62;street&#60;br /&#62;
city&#60;br /&#62;
state&#60;br /&#62;
zip&#60;/p&#62;
&#60;p&#62;What am I missing here?&#60;/p&#62;
&#60;p&#62;Dre
&#60;/p&#62;</description>
</item>
<item>
<title>mc_jesse on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-1070849</link>
<pubDate>Mon, 11 May 2009 15:00:30 +0000</pubDate>
<dc:creator>mc_jesse</dc:creator>
<guid isPermaLink="false">1070849@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@simonsaysgo - Exec PHP is another plugin that is sometimes required to place PHP tags in your WP site. Here's what we say about using that and generally placing the form anywhere in the plugin's readme:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
= Advanced =&#60;br /&#62;
If you have a custom coded sidebar or something else special going on where you can't simply enable the widget&#60;br /&#62;
through the Wordpress GUI, all you need to do is:&#60;/p&#62;
&#60;p&#62;If you are adding it inside a php code block, pop this in:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;mc_display_widget();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Or, if you are dropping it in between a bunch of HTML, use this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php mc_display_widget(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Where ever you want it to show up. &#60;/p&#62;
&#60;p&#62;Note: in some environments you will need to install the Exec_PHP plugin to use that method of display. It can be found here:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/exec-php/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/exec-php/&#60;/a&#62;
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>simonsaysgo on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-1069661</link>
<pubDate>Sat, 09 May 2009 23:29:07 +0000</pubDate>
<dc:creator>simonsaysgo</dc:creator>
<guid isPermaLink="false">1069661@http://wordpress.org/support/</guid>
<description>&#60;p&#62;jessica.tennant,&#60;br /&#62;
You mentioned having success after installing Exec_PHP.  What is it and where did you get it?  I also would like to put the mailchimp form on a separate page as it is too wide for my sidebar.
&#60;/p&#62;</description>
</item>
<item>
<title>mc_jesse on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-1051191</link>
<pubDate>Mon, 20 Apr 2009 18:08:01 +0000</pubDate>
<dc:creator>mc_jesse</dc:creator>
<guid isPermaLink="false">1051191@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Folks we rarely see these in time to actually respond within a reasonable time and be helpful.&#60;/p&#62;
&#60;p&#62;If you find this thread, please consider sending an email to api _at_ mailchimp -dot- com instead of or in addition to posting here. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>hm2k on "[Plugin: MailChimp List Subscribe Form] MailChimp API PHP Class (Improved)"</title>
<link>http://wordpress.org/support/topic/263668#post-1050979</link>
<pubDate>Mon, 20 Apr 2009 15:14:08 +0000</pubDate>
<dc:creator>hm2k</dc:creator>
<guid isPermaLink="false">1050979@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've started making improvements to the mcapi php class...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://code.google.com/p/mcapi-php/&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/mcapi-php/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Feel free to get involved.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/mailchimp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/mailchimp/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>povertytofreedom on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-1047261</link>
<pubDate>Thu, 16 Apr 2009 08:38:04 +0000</pubDate>
<dc:creator>povertytofreedom</dc:creator>
<guid isPermaLink="false">1047261@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, I have successfully installed the mailchimp wordpress widget into the sidebar of my website &#60;a href=&#34;http://www.povertytofreedom.com&#34; rel=&#34;nofollow&#34;&#62;http://www.povertytofreedom.com&#60;/a&#62; , running wordpress 2.7.1 . &#60;/p&#62;
&#60;p&#62;My question regards usability - the widget works fine when a user enters a valid name and email address. However, if they do not enter these details correctly, the page refreshes with a validation error - but the form fields have disapeared This is obviously bad usability because the user cannot correct their error without clicking the browser back button (how would they know?).&#60;/p&#62;
&#60;p&#62;Could someone either a) tell me how to modify the widget code so the validation error appears with the form fields still on the page, or b) release a fix for this widget?&#60;/p&#62;
&#60;p&#62;This issue aside, it works great for me.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Dene on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-997781</link>
<pubDate>Wed, 25 Feb 2009 14:50:00 +0000</pubDate>
<dc:creator>Dene</dc:creator>
<guid isPermaLink="false">997781@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm also having issues getting MailChimp to work with WordPress 2.7.1.&#60;/p&#62;
&#60;p&#62;I've tried installing the plug-in using both the online Plugin Browser/Installer functionality and manually.&#60;/p&#62;
&#60;p&#62;I don't get an error during the install but the site displays errors:&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#60;br /&#62;
&#60;blockquote&#62;Warning: Invalid argument supplied for foreach() in /home/leapdont/public_html/wp-content/plugins/mailchimp/mailchimp_includes.php on line 97&#60;/p&#62;
&#60;p&#62;Warning: reset() [function.reset]: Passed variable is not an array or object in /home/leapdont/public_html/wp-content/plugins/mailchimp/mailchimp_includes.php on line 102&#60;/p&#62;
&#60;p&#62;Warning: Invalid argument supplied for foreach() in /home/leapdont/public_html/wp-content/plugins/mailchimp/mailchimp_includes.php on line 103
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;I do have a mailchimp_includes.php file&#60;/p&#62;
&#60;p&#62;The url is: &#60;a href=&#34;http://www.leapdontlook.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.leapdontlook.com/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Scroll down to the bottom left side-bar.&#60;/p&#62;
&#60;p&#62;Much Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>mc_jesse on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-961688</link>
<pubDate>Tue, 20 Jan 2009 23:16:45 +0000</pubDate>
<dc:creator>mc_jesse</dc:creator>
<guid isPermaLink="false">961688@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Zirotti - I just grabbed a copy of WP 2.7, installed our plugin, and ran through the setup &#38;#38; subscribe stuff without any issues. Can you give me some more details about the issue(s) you are having with either here or via email: api _at_ mailchimp -dot- com
&#60;/p&#62;</description>
</item>
<item>
<title>jessica.tennant on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-933699</link>
<pubDate>Mon, 22 Dec 2008 13:18:20 +0000</pubDate>
<dc:creator>jessica.tennant</dc:creator>
<guid isPermaLink="false">933699@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I figured out what to do:&#60;/p&#62;
&#60;p&#62;I installed the Exec_PHP plug-in and then I could use whatever PHP I needed within a page or post.  &#60;/p&#62;
&#60;p&#62;so in the &#34;HTML&#34; view of a post, I just put in &#60;code&#62;&#38;lt;?php mc_display_widget(); ?&#38;gt;&#60;/code&#62; and it showed up with the css formatting of my theme. &#60;/p&#62;
&#60;p&#62;I still haven't figured out how to edit the MailChimp code to look a little better, but the plug-in makes it work.
&#60;/p&#62;</description>
</item>
<item>
<title>Zirotti on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-932264</link>
<pubDate>Sat, 20 Dec 2008 22:34:37 +0000</pubDate>
<dc:creator>Zirotti</dc:creator>
<guid isPermaLink="false">932264@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I can't seem to get the current plugin to work with 2.7. I wonder if there are going to be releasing an updated version. I want to use MailChimp, but need integration with Wordpress.
&#60;/p&#62;</description>
</item>
<item>
<title>jessica.tennant on "MailChimp Integration"</title>
<link>http://wordpress.org/support/topic/226068#post-927181</link>
<pubDate>Tue, 16 Dec 2008 14:55:57 +0000</pubDate>
<dc:creator>jessica.tennant</dc:creator>
<guid isPermaLink="false">927181@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just installed the MailChimp widget in the &#34;sidebar&#34; on our blog, using the &#60;code&#62;mc_display_widget():&#60;/code&#62; method due to a custom theme.&#60;/p&#62;
&#60;p&#62;My question is whether or not it is possible for the widget to have it's own page, or at least be posted in a specific blog post.  The form we want to use looks a little awkward in our side bar, and would really look best on its own. &#60;/p&#62;
&#60;p&#62;Is this possible?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
