在电子邮件中添加此按钮 - 定制
我在电子邮件营销中使用 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&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>
下面的代码是 Addthis 按钮的完整代码:
<!-- 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 -->
感谢您的帮助。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
给你:
我添加
到最后。您可以将
"Lynda"
更改为您想要的任何内容。Here you go :
I added
to the end. You would change
"Lynda"
to be whatever you want.