代码之家  ›  专栏  ›  技术社区  ›  forrest

有没有一个好的电子邮件解决方案?

  •  0
  • forrest  · 技术社区  · 15 年前

    Share This ,但我只需要使用我自己的自定义图标“email this”选项。有没有一个明智的方法来做到这一点?

    谢谢!

    4 回复  |  直到 15 年前
        1
  •  2
  •   Eli    15 年前

    Add This email-only option

    您可以创建仅限电子邮件的弹出窗体。这不会影响页面上的其他AddThis按钮。

    在我看来很简单

        2
  •  1
  •   Matthew Flaschen    15 年前

    最简单的方法是mailto链接。这通常会在桌面客户端中打开。但是,Firefox允许您 configure it ChromeMailer )在其他浏览器中也可以这样做。

        3
  •  1
  •   Peter Ajtai    15 年前

    最简单的方法是使用JS来填充 A element :

    <a href="mailto:example@mail.com?body=Message body here.">
    
        4
  •  0
  •   Koerr    15 年前
    <span class="st_email_button" displayText="Email"></span>
    
    <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
    <script type="text/javascript">
            stLight.options({
                    publisher:'12345'
            });
    </script>
    

    看到了吗 here