从 picasa 获取图片直接 url
我正在尝试在我的网站中显示 google.picasa.com 图片(使用 PHP)。
作为输入,我有一个 picasa web url,例如 :
http://picasaweb.google.com/lh/view?q=landscape&psc=G&filter=1#5275236656640118898
或 :
https://picasaweb.google.com/lh/photo/lACqXExH_Pz9OLsFkfgxmA
我需要获取图像直接 url 以将其设置为标记的 src 属性。 我使用 regexp 来提取图片 id,但我找不到如何在 google Picasa API 中获取直接 url...
有什么建议吗?
i'm trying to display google.picasa.com pictures in my website (using PHP).
As input, i have a picasa web url, such as :
http://picasaweb.google.com/lh/view?q=landscape&psc=G&filter=1#5275236656640118898
or :
https://picasaweb.google.com/lh/photo/lACqXExH_Pz9OLsFkfgxmA
I need to get the image direct url to set it as the src attribute of an tag.
I use regexp to extract the picture id, but i couldn't find how to get the direct url in google Picasa API...
Any suggestions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)