Google Feed loading API,Start index

时间:2012-03-14 14:18:00

标签: javascript jquery json rss google-api

我正在使用Google Feed load API服务来解析Rss Feed。我的想法是,我想单独加载Feed,而不是在一次调用中加载大量的Feed。

例如,在页面加载时会有20个项目,如果我点击“更多按钮”将会是+20个Feed。

Feed网址为:

var api = "http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&callback=?&q=" + encodeURIComponent(url);
api += "&num=20";
api += "&output=json_xml"

问题是,我在JSON回调中找不到“start-index”或“page”参数,以获得接下来的20个项目而不再加载前20个。

有一种方法或解决方案可以拥有这种逻辑 使用JS / jQuery

谢谢大家!

0 个答案:

没有答案