If you’re a blogger, the business or blog question can be like the chicken and the egg–which came first? Whether your blog is your business, you run a business through your blog, or you blog for your business, you can incorporate both into your regular MailChimp campaigns. After all, if someone’s reading your newsletter, they’ll probably be interested in following your blog too.
The easiest way to keep your customers up to date on what’s going on behind the scenes is to add your blog’s RSS feed to your template using Merge Tags. One option is to use a basic FEED tag, which will pull in certain pre-determined elements from your RSS feed, depending on which variables you include.
Here’s an example using the MailChimp blog. I want to include the last three posts as links only:
*|FEED:http://blog.mailchimp.com/feed/ [$count=3, $content=titles]|*
And this is what it looks like once it is populated with our blog content:

If I want to give people a better idea of our blog content by including excerpts of the last three posts instead of just links, I’ll leave out the $content=x variable so the FEED tag looks like this:
*|FEED:http://blog.mailchimp.com/feed/ [$count=3]|*
And here, again, is what it looks like once it is populated with the blog content:
You’ll notice that when I did that, a bunch of information was automatically pulled in—title link, date published, author, a short excerpt, link to comments, link to read more, Facebook like button, Google +1 button, and Tweet button—which you may not want or need.
For more control over the content that’s pulled in, you can build your own FEEDBLOCK with item-specific merge tags. You’ll need to create beginning and end tags for your RSS feed:
*|FEEDBLOCK:URL|* and *|END:FEEDBLOCK|*
Whatever you put in between those tags will be pulled in for that specific RSS feed. You can pick and choose which FEED:ITEMS to include—title, author, date published—but you’ll want to make sure to end those with an *|END:FEEDITEMS|* tag, too. It might look something like this:
*|FEEDBLOCK:http://blog.mailchimp.com/feed|* *|FEEDITEMS:[$count=2]|*
*|FEEDITEM:TITLE|* By: *|FEEDITEM:AUTHOR|*
*|FEEDITEM:CONTENT|*
*|FEEDITEM:TWITTER|* *|FEEDITEM:LIKE|*
*|END:FEEDITEMS|*
*|END:FEEDBLOCK|*
Side note– I tinkered with the layout a lot to get it to look how I wanted it to. Voila:
I also wanted to make sure the *|FEEDITEM:TITLE|* tag linked back to the blog post. To do this, highlight the text or merge tag you want to link and click on the Link icon at the top of the content editor.
A link properties box will pop up. Click <other> in the Protocol drop-down, and change the URL to *|FEEDITEM:URL|*
Now, when your subscribers click on the title, it will link them directly to the specific blog post. And you’ll probably attract more readers to the rest of your blog, too!
If you write for a blog network or want to highlight more than one blog or topic, you can easily include two or more blog feeds in your campaigns. Just browse the template gallery to find the best template for you, repeat the steps I outlined above in each individual text box, and make sure to change the URL for each blog or topic.
For an extensive list of all of the FEED tags and their use, check out this article from the Knowledge Base.






Add Blog Posts to a Regular Campaign: If you’re a blogger, the business or blog question can be like the chicken… http://t.co/iFRrKPh1
Add Blog Posts to a Regular Campaign: If you’re a blogger, the business or blog question can be l… http://t.co/Px5HwKpl via @MailChimp
How to add your blog to Mailchimp campaigns … automatically! http://t.co/Hdsl65Bi
Add Blog Posts to a Regular Campaign http://t.co/hvMEEv8L
I am trying to add a blogger rss feed to my regular email but I followed your steps, previewed then sent myself a test email and it is telling me “No RSS items found”
I’m a programmer and this doesn’t make any sense. I have no idea how to read you syntax for creating urls to embed this crap.
Brilliant! I like that you can control the number of posts. Pretty much, you can add so much value to a newsletter and bring the customers back to your site.
The options don’t seem to be the same for me to make my feed item url a link. When I select the title that I want to make a link the options are totally different. Did something change or am I just doing this completely wrong? Thanks!
Hi Katie, Nope, you’re not doing anything wrong, but the options have changed a little bit. Just to make things a bit easier, you’ll just need to choose “Web Address” when you are at that point and you won’t have to worry about “protocol” or any of that. In case you haven’t seen it, here is a knowledge base article (and a short video) that also goes over a bunch of things related to this post. http://eepurl.com/b1HWf
started with reading the ‘knowledge base’ article which was to complicated for a beginner like me.
this post was a great help to me!
thanks!
the last mysterie i have to solve is how to get rid of a line saying where this post was originally publiced… i find that irrelevant for my newsletter.
Hi Maaike, Without seeing your feed or campaign I’m not entirely sure, but it sounds like you might have something showing in an odd place within your feed or you might be including merge tags that you don’t intend to. I’d take a close look at your campaign and see if you’re including the *|FEEDITEM:SOURCE|* merge tag and remove that to see if you get the results you’re hoping for. Additionally, I’m not sure what knowledge base article you looked at previously, but this one: http://eepurl.com/b1HWf also provides a few nice videos and a good reference to most of the feed related merge tags. If you’re still running into trouble, our support chimps could take a look and help get it sorted. You can reach them at http://mailchimp.com/chat
Is there any way to pull in an image with each post?
Hi Kevin, If your feed already includes media:content tagging you can use the *|RSSITEM:IMAGE|* merge tag to pull and format those items nicely. The following link: http://eepurl.com/b4IJT goes to a short article that explains things in a bit more detail. Also, in case you haven’t seen it, here’s a link to the RSS to email Merge Tag Cheatsheet: http://eepurl.com/cqKpv
The image tag doss not work. :(
Hi Cyndi, For the merge tag to work, your feed would need to contain the appropriate media:content tagging as described in this blog post: http://eepurl.com/xTKkH If you already have that in place and you’re not getting the expected results, or you just need a little extra help, our support chimps at: http://mailchimp.com/chat would be happy to take a closer look and help get things sorted out for you.