不能在fishpig magento扩展中的wordpress博客按钮中添加此共享按钮

时间:2015-04-27 11:05:44

标签: php wordpress magento-1.8 addthis

我安装了fishpig magento wordpress集成扩展程序。 它适用于博客。但我想把addthis社交媒体按钮博客详情页面。

我已尝试在wordpress中安装addthis扩展,但它不起作用。但在magento的简单产品页面上,它正在工作。

现在,当我尝试调试它时,我得到了插件的路径,其中博客文件就在这里

"/app/design/frontend/base/default/template/wordpress/post/view.phtml"

我添加了addthis的代码

  <div class="addthis_responsive_sharing"></div>    

并在magento头文件中包含jquery

<script type="text/javascript"       src="http://s7.addthis.com/js/250/addthis_widget.js"></script>

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

但它不起作用。有人可以帮帮我吗?

1 个答案:

答案 0 :(得分:1)

你只需要一次addthis_widget.js。你应该删除这一行:

<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>

此外,由于响应式共享按钮是AddThis Pro工具,因此您需要确保在AddThis信息中心的结算页面上启用了您正在使用的域。