如何制作 Flickr 徽章 打开新窗口
我使用 wordpress 作为框架。 在 PHP 代码中,我使用 flickr api 来访问 flickr 中的图像。 因此,当我单击特定图像时,我需要在新窗口中打开。
有人知道如何通过 api 来实现这一点吗?比如传递“target='_blank'”这样的参数 或者 我们是否必须用 javascript 为其编写自定义方法?
非常欢迎提出想法! 感谢你。
I am using the wordpress as framework.
In the PHP code i have used the flickr api to access the images from the flickr.
So i need to open in the new window when i clicked on a particular image.
Does anybody have any idea about doing it through the api.Something like passing the parameter like "target='_blank'"
OR
Should we have to write the custom method for it in javascript.
Ideas are most welcome!!
Thank u.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为使用 API 可以做到这一点,但使用 Javascript 就很容易做到。
我从 Flickr 徽章创建器 中获取了一些代码作为参考:
使用 jQuery,这只是一个问题定位 Flickr 徽章内的链接并添加 target=_blank 属性:
I don't think it can be done using the API, but it's quite easy to do with Javascript.
I grabbed some code from the Flickr badge creator for reference:
With jQuery then, it's just a matter of targetting the links within the Flickr badge and adding the target=_blank attribute: