Sometimes there can be an error with the RSS information showing as HTML, like this: <p> <div> <img src = “ ” … when you want to show the article title, headline, image, etc. What this means is something has “escaped”. This is called “HTML-escaped”. For example, maybe you had the & symbol included in the original RSS feed, yet the output is & This means the feed has converted to plain text.
To prevent or resolve the HTML-escaped issue, you can use the “triple bracket” to surround the title or feed, meaning {{{ instead of {{ on each side. Follow these quick steps below to learn how to resolve this issue:
Within the email builder, click on your RSS header or item element.
Once it’s highlighted with the box around the element, use the menu on the left-hand side to customize the RSS Editing Options.
From the dropdown, choose “custom”.
Edit the {{ to {{{
Save to confirm your changes.
What is the purpose of using RSS Header or RSS Item elements in the Email Builder?
RSS Header and RSS Item elements allow you to pull dynamic content from an RSS feed, such as blog articles or updates, directly into your emails. This feature helps keep your emails updated automatically with the latest content from your chosen sites.
Why does the RSS content sometimes show as HTML in my emails?
RSS content can be displayed as HTML when it includes special characters like the & symbol, which gets HTML-escaped to &. This happens because the RSS feed content is being treated as plain text rather than formatted HTML, causing the tags and symbols to display incorrectly.
How can I fix the HTML-escaped issue in RSS elements?
To fix the HTML-escaped issue, you can use triple brackets {{{ instead of double brackets {{ around the RSS variable. This change tells the system to interpret the content as HTML rather than plain text, displaying it correctly with the intended formatting.
How do I customize RSS elements to prevent HTML-escaping?
Within the Email Builder, select your RSS header or item element to highlight it. In the menu on the left-hand side, go to the RSS Editing Options dropdown and choose "custom." Then, replace {{ with {{{ around the relevant RSS variables and save your changes.
What should I do if the RSS feed content is still displaying incorrectly after using triple brackets?
If the content still displays incorrectly, ensure that all relevant RSS variables are surrounded by triple brackets and that no HTML tags are missing. Double-check the original RSS feed for any issues that might be causing formatting problems, and verify that the feed source is correctly formatted and up-to-date.