使用 Flickr API 在我的网站上显示收藏集

发布于 2024-09-07 05:01:39 字数 151 浏览 5 评论 0原文

我已经寻找了很长一段时间,我可以找到一个使用 phpflickr 类(或不使用)的 php 脚本,以便在我的网站上显示集合(标题、图像或两者)。

我找不到任何。

如果有人有想法...

提前致谢。

问候,

皮科

I have been looking for a long time where I could find a php script using phpflickr class (or not) in order to display collections (titles, images or both) on my website.

I can't find any.

If anyone has idea...

Thanks in advance.

Regards,

Pico

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

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

发布评论

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

评论(1

像你 2024-09-14 05:01:39

好吧,如果您可以不用 phpflickr 类,那么还有另一种方法可以使用 PHP 的 SimpleXML 来实现这一点。为了您的方便,这是我在谷歌上搜索的链接。它有一个工作演示和源代码:http://www. ifadey.com/2010/04/get-flickr-images-using-simplexml/(日期为 2010 年 4 月 27 日)。

如果您确实想坚持使用 phpflickr 课程,请检查 http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/(日期为 2009 年 6 月 6 日)我再次通过简单的谷歌搜索找到了它。这个也有一个带有源代码的工作示例,甚至还有一些信息,如果您只想显示一组,该怎么做。

这应该能让你继续...

Well, if you can live without the phpflickr class, there's an alternative way to do that using PHP's SimpleXML. Here's a link I googled for your convenience. It has a working demo and sourcecode: http://www.ifadey.com/2010/04/get-flickr-images-using-simplexml/ (dated April 27, 2010).

And if you really want to stick with your phpflickr class, check http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/ (dated June 6, 2009) which I - again - found with a simple google search. This one has a working example with sourcecode too, and even some info what to do if you’re looking to only display one set.

That should get you going...

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