在页面中添加博客Feed中的共享链接

时间:2015-05-28 08:48:56

标签: share addthis business-catalyst

我想知道是否有人可以提供建议。我已经在我网站的网页上实现了addthis共享链接,并且工作得很好。

但是我目前正在为我希望在列表项中包含共享链接的网站构建一个博客页面,我尝试插入代码,但是当你想要分享它时,它会拉入页面标题而是博客标题。

我正在使用Business Catalyst创建我的网站,这是我目前正在使用的代码

<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54cb9dd9530360bc" async="async"></script>

相关网页为http://www.g7g20.com/live

1 个答案:

答案 0 :(得分:0)

如果您想更改共享标题或URL,可以通过将data-url和data-title属性添加到div来实现。例如:

<div class="addthis_sharing_toolbox" data-url="http://www.example.com/blog-post-you-want-to-share" data-title="My blog post title"></div>

http://support.addthis.com/customer/portal/articles/125634-setting-the-url-title-to-share