添加此电子邮件按钮

发布于 2024-11-09 18:50:54 字数 439 浏览 0 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

九命猫 2024-11-16 18:50:54

这完全取决于用户及其浏览器默认设置。

例如,在 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.

Bonjour°[大白 2024-11-16 18:50:54

目标属性对您没有帮助。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文