如何社交化GWT应用?

发布于 2024-11-08 07:16:39 字数 1192 浏览 0 评论 0原文

我正在开发一个 GWT 应用程序,用于显示公司提供的服务,并且我必须允许用户在 Facebook、LinkedIn 和 Twitter 等社交网络中共享服务链接。 你知道如何做这样的事情吗? 任何帮助表示赞赏 预先感谢您的帮助:)

编辑

我已经尝试过 AddThis 但没有显示任何内容 有代码:

    HTML socialNetworkLink = new HTML(
            "<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">"
                    + "<a class=\"addthis_button_preferred_1\"></a>"
                    + "<a class=\"addthis_button_preferred_2\"></a>"
                    + "<a class=\"addthis_button_preferred_3\"></a>"
                    + "<a class=\"addthis_button_preferred_4\"></a>"
                    + "<a class=\"addthis_button_compact\"></a>"
                    + "<a class=\"addthis_counter addthis_bubble_style\"></a>"
                    + "</div>"
                    + "<script type=\"text/javascript\">var addthis_config = {\"data_track_clickback\":true};</script>"
                    + "<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4dd380ca4d8393c9\"></script>");
    sharePanel.add(socialNetworkLink);

I am developing a GWT application that displays services provided by a company and I must allow users to share links of services in social networks like Facebook, LinkedIn and Twitter.
Have you any idea how to do such a thing?
Any help is appreciated
Thank you in advance for your help :)

Edit

i have tried AddThis but nothing was displayed
there is the code :

    HTML socialNetworkLink = new HTML(
            "<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">"
                    + "<a class=\"addthis_button_preferred_1\"></a>"
                    + "<a class=\"addthis_button_preferred_2\"></a>"
                    + "<a class=\"addthis_button_preferred_3\"></a>"
                    + "<a class=\"addthis_button_preferred_4\"></a>"
                    + "<a class=\"addthis_button_compact\"></a>"
                    + "<a class=\"addthis_counter addthis_bubble_style\"></a>"
                    + "</div>"
                    + "<script type=\"text/javascript\">var addthis_config = {\"data_track_clickback\":true};</script>"
                    + "<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4dd380ca4d8393c9\"></script>");
    sharePanel.add(socialNetworkLink);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文