【问题标题】:Addthis Button in E-Mail - Customizing在电子邮件中添加此按钮 - 自定义
【发布时间】:2011-11-08 05:54:47
【问题描述】:

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

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

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

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

感谢您的帮助。

【问题讨论】:

    标签: email twitter addthis tweets


    【解决方案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" 更改为您想要的任何内容。

    【讨论】:

      猜你喜欢
      • 2015-12-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-02-08
      • 1970-01-01
      • 2023-03-29
      相关资源
      最近更新 更多