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

问题描述:

我在我的电子邮件营销中使用Addthis服务。它工作正常,但我想改变一件事。当你点击分享Tweet按钮,您看到一个屏幕,上面写着:在电子邮件中添加此按钮 - 自定义

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

我的问题是,我可以改变“内经”从@Addthis到我的用户名?还有一种方法可以将主题拉入文本?下面是刚刚整体按键的鸣叫部分代码:

<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 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 --> 

感谢您的帮助。

我的问题是我可以将@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"是任何你想要的。