添加此电子邮件按钮
使用 AddThis 插件 (http://www.addthis.com/) 我使用下面的代码在我的网站上放置一个电子邮件按钮。但尽管设置了 target="_blank",它仍然打开一个新选项卡而不是窗口。所以我想知道是否有办法让它在新的浏览器窗口而不是选项卡中打开。
<a target="_blank" href="http://api.addthis.com/oexchange/0.8/forward/email/offer? url=${siteURL}/${ourURL}&title=${addThisEmailTitle}" rel="nofollow"><img border="none" src="http://cache.addthiscdn.com/icons/v1/thumbs/email.gif"></img></a>
Using the AddThis plugin (http://www.addthis.com/) I am using the code below to put an email button on my website. But despite setting the target="_blank" it still opens a new tab rather than window. So I am wondering if there is a way to make it open up in a new browser window and not a tab.
<a target="_blank" href="http://api.addthis.com/oexchange/0.8/forward/email/offer? url=${siteURL}/${ourURL}&title=${addThisEmailTitle}" rel="nofollow"><img border="none" src="http://cache.addthiscdn.com/icons/v1/thumbs/email.gif"></img></a>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这完全取决于用户及其浏览器默认设置。
例如,在 Chrome 中
target="_blank"
在新选项卡中打开。It all depends on the user and his or her browser defaults.
For example in Chrome
target="_blank"
opens in a new tab.目标属性对您没有帮助。 AddThis 使用模式弹出窗口来打开电子邮件和其他共享服务(例如 Pinterest)。您可以使用添加此共享端点,但不使用他们的脚本并使其按照您想要的方式工作。
The target attribute doesn't help you. AddThis uses a modal pop-up to open the e-mail and other share services (eg. Pinterest). You can use the Addthis Sharing Endpoints that doesn't uses their script and make it work how you want.