【问题标题】:Can't get the latest posts from an RSS feed with zRSSfeed plugin无法使用 zRSSfeed 插件从 RSS 提要中获取最新帖子
【发布时间】:2012-09-07 23:15:29
【问题描述】:

我已包含此 RSS 提要: http://veronicalercari.blogspot.com/feeds/posts/default

在此页面中:http://verler.com/blog.html 使用 zRSSfeed 插件。

问题是它没有带来最新的帖子。它显示的最后一个是 2 个月前的。

【问题讨论】:

  • 每个提要都会发生这种情况,还是仅此一个?到目前为止,您尝试了哪些措施来排除故障?

标签: rss feed blogger


【解决方案1】:

这似乎不是浏览器缓存问题,我从许多不同的浏览器访问了该页面,并且在任何地方我都得到相同的过时提要。

【讨论】:

    【解决方案2】:

    这似乎是 Google Feed API 和您的 Feed 的问题。通过在 Google Feed API 中使用用于历史记录的附加选项,我们可以让 Feed 正常工作 - 这有点奇怪,需要进一步研究,但似乎确实有效。

    最新版本的 zRSSFeed (1.1.8) 现在包含“历史”选项。将此设置为“true”将显示您的所有最新记录。

    例如:

    $(document).ready(function () {
         $('#test').rssfeed('http://veronicalercari.blogspot.com/feeds/posts/default',{
              historical: true
         });
    });
    

    http://www.zazar.net/developers/jquery/zrssfeed/

    【讨论】:

      猜你喜欢
      • 2018-04-28
      • 2011-08-29
      • 1970-01-01
      • 2015-09-26
      • 1970-01-01
      • 2015-11-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多