Leandro Rocha
New Member
Hello,
I recently bought MailWizz plugin and I still learning about how to setup the things. My main objective is create a group of autosend emails to send my last x content published in my social network.
Today I created a new campaign and setup a RSS template according this article:
https://kb.mailwizz.com/articles/embed-xml-rss-feeds-into-your-campaign/
In my test mail I was able to fetch the RSS information from the RSS source, however the image is missing. This is the source code that I used:
I would like somehelp to try understand why the email is fetch everything except the image from the entries in the RSS. This is the URL of the RSS that I am testing:
http://www.dungeonist.com/rssfeeds/channel/feed/rss/sitepage
Another question that I would like to ask is if is possible to limit the quantity of RSS imported based on date. In the example the limit is based on quantity but I would like to limit to limit to all entries posted in the last 7 days.
Thanks in Advanced
I recently bought MailWizz plugin and I still learning about how to setup the things. My main objective is create a group of autosend emails to send my last x content published in my social network.
Today I created a new campaign and setup a RSS template according this article:
https://kb.mailwizz.com/articles/embed-xml-rss-feeds-into-your-campaign/
In my test mail I was able to fetch the RSS information from the RSS source, however the image is missing. This is the source code that I used:
Code:
<!DOCTYPE HTML>
<html>
<head><meta name="charset" content="utf-8"><meta http-equiv="content-type" content="text/html">
<title>XML FEEDS</title>
</head>
<body>[XML_FEED_BEGIN url='http://www.dungeonist.com/rssfeeds/channel/feed/rss/sitepage' count='5']
<table>
<tbody>
<tr>
<td><a href="[XML_FEED_ITEM_LINK]"><img alt="[XML_FEED_ITEM_IMAGE]" height="100" src="[XML_FEED_ITEM_IMAGE]" width="100" /></a></td>
<td><strong>[XML_FEED_ITEM_TITLE]</strong>
<p>[XML_FEED_ITEM_DESCRIPTION]</p>
</td>
</tr>
</tbody>
</table>
[XML_FEED_END]<br />
<br />
[UNSUBSCRIBE_URL], [COMPANY_FULL_ADDRESS]</body>
</html>
I would like somehelp to try understand why the email is fetch everything except the image from the entries in the RSS. This is the URL of the RSS that I am testing:
http://www.dungeonist.com/rssfeeds/channel/feed/rss/sitepage
Another question that I would like to ask is if is possible to limit the quantity of RSS imported based on date. In the example the limit is based on quantity but I would like to limit to limit to all entries posted in the last 7 days.
Thanks in Advanced
Last edited: