更改 tumblr.com/js 的帖子数量

发布于 2024-11-23 23:23:45 字数 187 浏览 3 评论 0原文

我使用 http://(website).tumblr.com/js 来填充博客在我的网站上,但它只返回我的 tumblr 博客中最近的十篇帖子。我希望能够查找较旧的帖子,例如帖子 11 - 20。有办法做到这一点吗?

谢谢

I'm using http://(website).tumblr.com/js to populate the blog on my website, but it only returns the ten most recent posts from my tumblr blog. I want to be able to look up older posts such as posts 11 - 20. Is there a way to do this?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏了南城 2024-11-30 23:23:45

您可以使用 num 参数设置要返回的帖子数量:

http://WEBSITE.tumblr.com/js?num=40

但是,不清楚该值可以是多少(对于标准 tumblr API,您无法获取超过 50 个帖子一次)。

如果您想要更大程度的可定制性,您可能需要实际使用 API 并自己显示内容。获取帖子的方法在这里:

http://www.tumblr.com/docs /en/api/v2#posts

并且您想要更改 limitoffset 参数。

You can set the number of posts to return using the num parameter:

http://WEBSITE.tumblr.com/js?num=40

However, it isn't clear how much the value can be (for the standard tumblr API, you can't get more than 50 posts at a time).

If you want a greater degree of customizability, you will probably need to actually use the API and display the content yourself. The method to get posts is here:

http://www.tumblr.com/docs/en/api/v2#posts

And you want to change the limit and offset parameters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文