RSS Feeds Not Working with tags in emails

frivvy89

New Member
Hello, I've tried using the instructions to add xml tags for rss feeds in my emails but it's not working. What can I do to get it working? Thanks!
 
There is a reason I asked for the whole content, please switch the editor in source mode and paste here the exact content
 
I think I found the problem. I was sending test campaigns to my email that was not on the list. But the image is not showing.
 
I think I found the problem. I was sending test campaigns to my email that was not on the list. But the image is not showing.
I just tested and seems to be working, see bellow picture for example:

Screenshot 2025-06-03 at 18.50.23.png
and this is my template:


HTML:
<!DOCTYPE HTML>
<html>
<head><meta http-equiv="content-type" content="text/html" />
    <title>XML FEEDS</title>
</head>
<body>[XML_FEED_BEGIN url='https://thelabelleak.com/category/latest-recalls/feed/' count='5' offset='0']
<table>
    <tbody>
        <tr>
            <td><a href="[XML_FEED_ITEM_1_LINK]"><img height="100" src="[XML_FEED_ITEM_1_IMAGE]" width="100" /> </a></td>
            <td><strong>[XML_FEED_ITEM_1_TITLE]</strong>
            <p>[XML_FEED_ITEM_1_DESCRIPTION]</p>
            </td>
        </tr>
    </tbody>
</table>
[XML_FEED_END]</body>
</html>
 
Back
Top