<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>MailChimp Email Marketing Blog &#187; hacks</title> <atom:link href="http://blog.mailchimp.com/tag/hacks/feed/" rel="self" type="application/rss+xml" /><link>http://blog.mailchimp.com</link> <description>MailChimp, email marketing, and monkeys!</description> <lastBuildDate>Wed, 08 Feb 2012 22:01:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Adding A Google Voice Call Widget To Your Email</title><link>http://blog.mailchimp.com/adding-a-google-voice-call-widget-to-your-email/</link> <comments>http://blog.mailchimp.com/adding-a-google-voice-call-widget-to-your-email/#comments</comments> <pubDate>Mon, 11 Oct 2010 20:10:05 +0000</pubDate> <dc:creator>Amanda</dc:creator> <category><![CDATA[MailChimp News]]></category> <category><![CDATA[google voice]]></category> <category><![CDATA[hacks]]></category> <category><![CDATA[widget]]></category><guid isPermaLink="false">http://blog.mailchimp.com/?p=10353</guid> <description><![CDATA[In a recent post, Ben mentioned how our Mobile Lab is using Google Voice to solicit feedback from within the beta version of the upcoming Gmonkeys app. An interesting question came up in the comments about whether you might be able to add a Google Voice call widget inside your HTML email and yes, you [...]]]></description> <content:encoded><![CDATA[<p><a href="http://blog.mailchimp.com/wp-content/uploads/2010/10/voice_logo.gif"><img class="alignright size-full wp-image-10399" style="margin: 5px;" title="voice_logo" src="http://blog.mailchimp.com/wp-content/uploads/2010/10/voice_logo.gif" alt="voice_logo" width="183" height="41" /></a>In a recent post, Ben mentioned how our <a href="http://blog.mailchimp.com/using-google-voice-for-mobile-app-feedback/">Mobile Lab is using Google Voice</a> to solicit feedback from within the beta version of the upcoming <a href="http://blog.mailchimp.com/mobile-ux-testing-gmonkeys/">Gmonkeys app</a>. An interesting question came up in the comments about whether you might be able to add a Google Voice call widget inside your HTML email and yes, you can.</p><p><span id="more-10353"></span></p><p>First you&#8217;ll need to log in to your <a href="http://google.com/voice">Google Voice</a> account and in the upper right hand corner, under the Settings menu, select Voice settings.</p><p><a href="http://blog.mailchimp.com/wp-content/uploads/2010/10/google_voice1.png"><img class="alignnone size-medium wp-image-10403" title="google_voice step 1" src="http://blog.mailchimp.com/wp-content/uploads/2010/10/google_voice1-300x120.png" alt="google_voice step 1" width="300" height="120" /></a></p><p>When the Voice settings screen loads, you&#8217;ll see a top menu. Click Call Widgets ==&gt; Add a new call widget. At that point you&#8217;ll be asked to set up your widget, which includes the option to record a custom greeting as well as telling Google Voice how to behave when someone places a call. Once you&#8217;ve customized the widget to your liking, click save.</p><p><a href="http://blog.mailchimp.com/wp-content/uploads/2010/10/google_voice2.png"><img class="alignnone size-medium wp-image-10405" title="google_voice2" src="http://blog.mailchimp.com/wp-content/uploads/2010/10/google_voice2-300x258.png" alt="google_voice2" width="300" height="258" /></a></p><p>Next, copy the full embed code and paste it into a text file. You&#8217;ll want to locate the id# and copy it. Be sure to ignore the &#8220;id=&#8221; and &#8220;style&#8221; tags.</p><p><a href="http://blog.mailchimp.com/wp-content/uploads/2010/10/google_voice3.png"><img class="alignnone size-medium wp-image-10407" title="google_voice ID number" src="http://blog.mailchimp.com/wp-content/uploads/2010/10/google_voice3-300x40.png" alt="google_voice ID number" width="300" height="40" /></a></p><p>Now jump back over to MailChimp&#8211; specifically to step 3 of the campaign builder. Click on the add image button in the WYSIWYG, and select &#8220;upload&#8221;. Paste in the following static image link to get the &#8220;call me&#8221; badge shown above.</p><div style="margin: 7px; padding: 5px; background-color: #333333; color: #00ff00; font-size: 12px; width: 75%; font-family: arial; line-height: 150%;">https://www.google.com/voice/resources/2714463893-style01_full.jpg</div><p>(You may want to resize the image depending on where in your template you&#8217;re placing it.)</p><p>Next, click on the &#8220;Link&#8221; tab at the top of the image upload dialog. Paste the following, replacing [idstring from the Embed box] with the ID number we previously pulled from the widget.</p><div style="margin: 7px; padding: 5px; background-color: #333333; color: #00ff00; font-size: 12px; width: 75%; font-family: arial; line-height: 150%;">https://clients4.google.com/voice/embed/webCallButton?id=[idstring from the Embed box]</div><p>So you&#8217;ll ultimately end up with something like the following:</p><div style="margin: 7px; padding: 5px; background-color: #333333; color: #00ff00; font-size: 12px; width: 75%; font-family: arial; line-height: 150%;">https://clients4.google.com/voice/embed/webCallButton?id=036889b58b6291e869de91f37037e9eb3bf9000d</div><p>This is how the widget appears in my actual newsletter:</p><p><a href="http://blog.mailchimp.com/wp-content/uploads/2010/10/flower_power_googlevoice.png"><img class="alignnone size-medium wp-image-10414" title="flower_power_googlevoice" src="http://blog.mailchimp.com/wp-content/uploads/2010/10/flower_power_googlevoice-300x205.png" alt="flower_power_googlevoice" width="300" height="205" /></a></p><p>As is often the case with this sort of hack, there are caveats you should be aware of. The <a href="http://www.google.com/support/forum/p/voice/thread?tid=2c4af0b5426fe944&amp;amp;hl=en">Google Voice Support discussion</a> notes that this method does not work well with Internet Explorer, although Firefox and Chrome appear to be OK. I ran an <a href="http://blog.mailchimp.com/features/power_features/inbox_inspector/">Inbox Inspection</a> on the campaign and email clients seem to render the button without an issue since it&#8217;s just a static image with a link. But the degree to which the actual functionality works with individual email clients still needs to be tested.</p> ]]></content:encoded> <wfw:commentRss>http://blog.mailchimp.com/adding-a-google-voice-call-widget-to-your-email/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>FeedBurner RSS-to-Email Hack</title><link>http://blog.mailchimp.com/feedburner-rss-to-email-hack/</link> <comments>http://blog.mailchimp.com/feedburner-rss-to-email-hack/#comments</comments> <pubDate>Thu, 04 Dec 2008 20:33:24 +0000</pubDate> <dc:creator>Amanda</dc:creator> <category><![CDATA[Emarketing, Business]]></category> <category><![CDATA[MailChimp Customers]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[Using MailChimp]]></category> <category><![CDATA[Google adwords]]></category> <category><![CDATA[hacks]]></category> <category><![CDATA[MailChimp RSS to email]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[tricks]]></category><guid isPermaLink="false">http://blog.mailchimp.com/?p=1755</guid> <description><![CDATA[Douglas Karr at The Marketing Technology Blog has been using MailChimp&#8217;s RSS-to-Email feature in combination with FeedBurner to send out his email newsletter with ads included.  Doug was gracious enough to share his hack with me, and now I&#8217;m passing it along to our readers. Step 1. Sign up for Adsense for Feeds through Google [...]]]></description> <content:encoded><![CDATA[<p><a href="http://www.marketingtechblog.com/" target="_blank"><img class="alignright size-medium wp-image-1757" style="border: 0pt none; margin: 5px;" title="doug_karr" src="http://blog.mailchimp.com/wp-content/uploads/2008/12/doug_karr.png" alt="" width="253" height="120" /></a>Douglas Karr at <a href="http://marketingtechblog.com" target="_blank">The Marketing Technology Blog</a> has been using MailChimp&#8217;s <a title="RSS to email tool in MailChimp" href="http://blog.mailchimp.com/rss">RSS-to-Email feature</a> in combination with <a href="http://www.feedburner.com" target="_blank">FeedBurner</a> to send out his email newsletter with <strong>ads included</strong>.  Doug was gracious enough to share his hack with me, and now I&#8217;m passing it along to our readers.</p><p><span id="more-1755"></span></p><p>Step 1. Sign up for <strong>Adsense for Feeds</strong> through <a href="https://www.google.com/adsense" target="_blank">Google Adsense</a>. (Doug notes that in his case, this required him to work directly with Google to move his feed&#8217;s address and convert his account.)</p><p>Step 2. Set up a new list in MailChimp for your FeedBurner subscribers.</p><p>Step 3. Export your email list out of your FeedBurner account and import these into the &#8220;FeedBurner subscribers&#8221; list you set up in MailChimp.</p><p>Step 4. Create a new <a href="http://blog.mailchimp.com/rss" target="_blank">RSS-to-Email</a> Campaign in MailChimp <strong>using the FeedBurner feed address</strong> rather than your blog&#8217;s regular RSS feed address.</p><p>Step 5. Design your email and then select the &#8220;FeedBurner subscribers&#8221; list as the one you want to send to.</p><p>Essentially, this pushes the feed,<strong> with ads</strong>, directly into your MailChimp email.  It looks great and has relevant advertising!</p><blockquote><p>My email list continues to grow &#8211; much better than it did with the plain ol&#8217; FeedBurner email.  I don&#8217;t make a fortune off of the ads since I have less than one-hundred subscribers &#8211; but it&#8217;s a few bucks a month that I wouldn&#8217;t have had before!</p></blockquote><p>Even without a gigantic list of subscribers, this is one way you can start monetizing your RSS-to-Email campaigns with very little effort.  Thanks again to Doug for the great tip!</p> ]]></content:encoded> <wfw:commentRss>http://blog.mailchimp.com/feedburner-rss-to-email-hack/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 289/322 objects using disk: basic

Served from: blog.mailchimp.com @ 2012-02-08 17:54:17 -->
