在电子邮件中添加此按钮 - 定制

发布于 2024-12-02 08:05:46 字数 1481 浏览 1 评论 0原文

我在电子邮件营销中使用 Addthis 服务。它工作得很好,但我想改变一件事。当您单击 Tweet 按钮时,您会看到一个屏幕,其中显示:

 http://bit.ly/... via @addthis

我的问题是我可以将 @Addthis 中的“via”更改为我的用户名吗?还有没有办法将主题拉入文本中?以下是整个按钮的 tweet 部分的代码:

<a href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj
-1.0&amp;url=http%3A%2F%2Fwww.example.com&amp;pubid=ra-" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
twitter.gif" border="0" alt="Twitter" /></a>

下面的代码是 Addthis 按钮的完整代码:

<!-- AddThis Button BEGIN -->
<a href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?pco=tbxnj
-1.0&amp;url=http%3A%2F%2Fwww.example.com&amp;pubid=ra-" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
facebook.gif" border="0" alt="Facebook" /></a>
<a href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj
-1.0&amp;url=http%3A%2F%2Fwww.example.com&amp;pubid=ra-" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
twitter.gif" border="0" alt="Twitter" /></a>
<a href="http://www.addthis.com/bookmark.php?source=tbxnj-1.0&amp;=250&amp;
pubid=ra-&amp;url=http%3A%2F%2Fwww.example.com " target="_blank"
><img src="http://cache.addthis.com/icons/v1/thumbs/more.gif" border="0" 
alt="More..." /></a>
<!-- AddThis Button END -->

感谢您的帮助。

I am using Addthis service in my email marketing. It works fine but I would like to change one thing. When you Click the Tweet Button You get a screen that says:

 http://bit.ly/... via @addthis

My question is can I change the "via" from @Addthis to my username? Also is there a way to pull the subject into the text? Here is the code for just the tweet part of the overall button:

<a href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj
-1.0&url=http%3A%2F%2Fwww.example.com&pubid=ra-" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
twitter.gif" border="0" alt="Twitter" /></a>

The code below is the full code for the Addthis button:

<!-- AddThis Button BEGIN -->
<a href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?pco=tbxnj
-1.0&url=http%3A%2F%2Fwww.example.com&pubid=ra-" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
facebook.gif" border="0" alt="Facebook" /></a>
<a href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj
-1.0&url=http%3A%2F%2Fwww.example.com&pubid=ra-" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
twitter.gif" border="0" alt="Twitter" /></a>
<a href="http://www.addthis.com/bookmark.php?source=tbxnj-1.0&=250&
pubid=ra-&url=http%3A%2F%2Fwww.example.com " target="_blank"
><img src="http://cache.addthis.com/icons/v1/thumbs/more.gif" border="0" 
alt="More..." /></a>
<!-- AddThis Button END -->

Thanks for the help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

撩起发的微风 2024-12-09 08:05:46

我的问题是我可以将@Addthis 中的“via”更改为我的用户名吗?

给你:

<a href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj
-1.0&url=http%3A%2F%2Fwww.example.com&pubid=ra-4dfb00d56c76d2a5&via=Lynda" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
twitter.gif" border="0" alt="Twitter"/></a>

我添加

&via=Lynda

到最后。您可以将 "Lynda" 更改为您想要的任何内容。

My question is can I change the "via" from @Addthis to my username?

Here you go :

<a href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj
-1.0&url=http%3A%2F%2Fwww.example.com&pubid=ra-4dfb00d56c76d2a5&via=Lynda" 
target="_blank" ><img src="http://cache.addthis.com/icons/v1/thumbs/
twitter.gif" border="0" alt="Twitter"/></a>

I added

&via=Lynda

to the end. You would change "Lynda" to be whatever you want.

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