由于Blogger订阅源的限制为每个订阅源100/150个项目,所以我现在写了一些代码以及一些小工具(例如存档页面和注释小部件)未显示我博客上的所有帖子。
我知道有些人想出了这样的方法来使用多个供稿源:
document.write('<script type="text/javascript" src="https://'+window.location.hostname+'/feeds/posts/summary?max-results=100&start-index=1&orderby=published&alt=json-in-script&callback=showpageposts"></'+'script>');
document.write('<script type="text/javascript" src="https://'+window.location.hostname+'/feeds/posts/summary?max-results=100&start-index=101&orderby=published&alt=json-in-script&callback=showpageposts"></'+'script>');
document.write('<script type="text/javascript" src="https://'+window.location.hostname+'/feeds/posts/summary?max-results=100&start-index=201&orderby=published&alt=json-in-script&callback=showpageposts"></'+'script>');
问题是我的大多数代码只读取一个源,而其余的内容都留在那里。
我正在使用上述供稿创建带有json表的存档页面。
非常感谢您的帮助。
谢谢。
哦,我知道这里有一些与我的问题类似的问题,但其中大多数问题现在都已弃用,例如我过去也曾使用过的Yahoo Pipes和Google Api。