Display a Full Article in Your Email
Last updated
Last updated
Many customers display a full article of content in their automated emails as seen below.
This requires a few extra considerations.
Your RSS feed must contains the full article content. This will be in the <content> tag of your RSS feed.
Your email code must use the [[post.post_content]] token. This accesses the full article contained in the <content> xml. It also keeps the incoming html intact. For now this is what you want.
FeedOtter has created a few special filters to help process incoming HTML and images and prevent them from breaking your responsive emails. So, instead of using the vanilla post_content token we recommend the following:
While we've assisted many customers without problems it is important to:
Combining non-email-tested HTML in HTML emails is risky.
Content from your RSS feed can affect email structure.
Do not skip testing.
Use FeedOtter's test feature to send email samples to Litmus or another testing tool for verification.