gpt4 book ai didi

javascript - 在 instafeed.js 的新窗口中打开链接

转载 作者:数据小太阳 更新时间:2023-10-29 04:30:02 25 4
gpt4 key购买 nike

我正在使用 instafeed.js 在我的网站上显示我最新的 instagram 图片。但默认情况下,图像链接在同一窗口中打开。这是JS代码: https://github.com/stevenschobert/instafeed.js/blob/master/instafeed.js更多信息: http://instafeedjs.com

我尝试使用这个技巧在新窗口中打开链接:

<script>
$(function(){
$("#instafeed a").attr("target","_blank");
});
</script>

但是这个技巧在这种情况下不起作用。

有什么解决办法吗?谢谢。

最佳答案

最好的方法是使用 template 选项:

var feed = new Instafeed({
template: '<a href="{{link}}" target="_blank"><img src="{{image}}" /></a>'
// other settings...
});

您不需要直接修改源文件。

有关模板如何工作的更多信息,请查看 templating 上的文档.

关于javascript - 在 instafeed.js 的新窗口中打开链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24263016/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com