Mailchimp RSS 活动仅包含 1 个帖子
Posted
技术标签:
【中文标题】Mailchimp RSS 活动仅包含 1 个帖子【英文标题】:Mailchimp RSS campaign only includes 1 post 【发布时间】:2018-11-13 04:50:26 【问题描述】:使用 Mailchimp 设置 RSS 活动,但遇到了障碍。导入似乎有效,设计看起来很棒,但我们只能将一篇帖子(最近的一篇)放入电子邮件中。
RSS 提要是:https://our.news/feed/trending
我们已验证所有项目都包含 pubDate 并且格式正确,即:
<item>
<title>The FBI is warning you to reboot your router to prevent a new attack here’s everything you need to do</title>
<link>https://our.news/2018/05/30/the-fbi-is-warning-you-to-reboot-your-router-to-prevent-a-new-attack-heres-everything-you-need-to-d/</link>
<comments>https://our.news/2018/05/30/the-fbi-is-warning-you-to-reboot-your-router-to-prevent-a-new-attack-heres-everything-you-need-to-d/#comments</comments>
<pubDate>Wed, 30 May 2018 07:33:04 +0000</pubDate>
<dc:creator><![CDATA[OurBot]]></dc:creator>
<category><![CDATA[Headlines]]></category>
<guid isPermaLink="false">https://our.news/?p=103857</guid>
<description><![CDATA[BUSINESSINSIDER.COM – On Friday, the FBI said anyone who uses a router to connect to the internet should reboot their routers. That will “temporarily disrupt...]]></description>
<wfw:commentRss>https://our.news/2018/05/30/the-fbi-is-warning-you-to-reboot-your-router-to-prevent-a-new-attack-heres-everything-you-need-to-d/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
<media:content xmlns:media="http://search.yahoo.com/mrss/" medium="image" type="image/jpeg" url="https://dsezcyjr16rlz.cloudfront.net/wp-content/uploads/2018/05/30023303/httpsamp.businessinsider.comimages5b0d64001ae66220008b47d5640320.1.jpg.jpg" />
</item>
我们使用的具体电子邮件设计模板很简单,相关部分是:
*|RSSITEMS:[$count=5]|*
<span style="float:left">*|RSSITEM:IMAGE|* </span>
<a href="*|RSSITEM:URL|*" target="_blank">*|RSSITEM:TITLE|*</a>
*|END:RSSITEMS|*
这发生在预览模式、测试电子邮件和实际的每周活动发送中。广告系列设置为每周发送一次,发送时仅包含列表中的第一项。理想情况下,我们希望它始终只包含最近的 5 项。有人有什么想法吗?
【问题讨论】:
【参考方案1】:尝试使用 FeedBlock
*|FEEDBLOCK:https://www.url.com/test.xml|*
*|FEEDITEMS:[$count=5]|*
<span style="float:left">*|FEEDITEM:IMAGE|* </span>
<a href="*|FEEDITEM:URL|*" target="_blank">*|FEEDITEM:TITLE|*</a>
*|END:FEEDITEMS|*
【讨论】:
以上是关于Mailchimp RSS 活动仅包含 1 个帖子的主要内容,如果未能解决你的问题,请参考以下文章