Flickr API PHP getPhotoSets 说明

发布于 2024-10-29 18:17:32 字数 296 浏览 0 评论 0原文

我正在尝试将 Flickr API 与 Jquery Gallerific 集成。如果您熟悉 Gallerific,您就会知道图库中的照片可以有标题。我正在尝试使用 flickr.photosets.getPhotos 从用户的特定集中提取照片来获取缩略图。然而,使用这种方法不可能获取每个缩略图的描述,只能获取集合的描述,因此我必须为集合中的每张照片运行 flickr.photos.getInfo,这可以工作,但几乎没有用,因为一页需要 10 + 加载秒数。有谁知道如何从一组照片中获取每张照片的单独描述?我查看了 API 但似乎找不到任何东西。

提前致谢!

I'm trying to integrate the Flickr API with Jquery Gallerific. If you're familiar with Gallerific you know photos in the Gallery can have a caption. I'm trying to pull photos from a specific set from a user using flickr.photosets.getPhotos to get thumbnails. However, with this method it's not possible to get description for each thumbnail, only for the set so I'm having to run flickr.photos.getInfo for each photo in the set, which works but is pretty much useless as a page takes 10+ seconds to load. Does anyone know how to obtain flickr photos from a set with the individual description for each photo? I've looked through the API but can't seem to find anything.

Thanks in advance!

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

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

发布评论

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

评论(1

一紙繁鸢 2024-11-05 18:17:32

从未真正使用过 Flickr API,但最初只是加载缩略图,然后在页面加载后使用 JSONP(或某种自定义“代理”)异步查询照片信息。或者,更好的是,当用户实际上将鼠标悬停在图像上时。

Never actually used the Flickr API but what about just loading the thumbnails initially, then using JSONP (or a custom "proxy" of sorts) to query photo information asynchronously after the page has loaded. Or, better yet, when the user actually hovers over an image.

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