我在电子邮件营销中使用Addthis服务。它工作正常,但我想改变一件事。单击推文按钮时会出现一个屏幕:
http://bit.ly/... via @addthis
我的问题是,我可以将@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-"
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 -->
感谢您的帮助。
答案 0 :(得分:1)
我的问题是,我可以将@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"
更改为您想要的任何内容。