我在使用RSS-Feed扩展我的页面时遇到问题,以便能够使用Mailchimp启动RSS-to-email活动.
根据w3c-validator,我的提要很好,但是mailchimp仅获取Feed中的第一项而不是全部四项.
饲料:http://odessa.duschko.de/de/ticketshop-v2/rss
有什么建议?
提前致谢!
尝试将pubDate – 发布日期添加到您的项目中.这是RSS的一个可选项,所以它没有,但我相信Mailchimp需要它.
原文链接:https://www.f2er.com/xml/292113.html如果您自己使用PHP编写Feed,请记住PHP’s date formatting constants有助于包含DATE_RSS / DateTime :: RSS.
Mailchimp还在其支持文章中显示了an example RSS feed – 如果您仍然遇到问题,请将您的Feed与该示例进行比较.
另外,请注意(从here):
When you first set up an RSS campaign
we will show the last post as an
example if you haven’t added an
article in a few days. If this is your
first send,we’ll only send the posts
from 24 hours before your campaign was
activated for daily,from the last 7
days for weekly,and the past 30 days
for monthly.
所以我很确定这就是你的一个帖子出现的原因 – 因为没有任何发布日期,Mailchip只是向你展示它找到的第一个例子.