使用 Flickr API 在我的网站上显示收藏集
我已经寻找了很长一段时间,我可以找到一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果您可以不用 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...