I want to integrate Social Share in flarum and find this thread Integrating Social Share Kit. Unfortunately, SSK does not support wechat, weibo and many other platform.
After a search, I find AddThis, which meet my needs. At the same time, AddThis supports analytics very well. So I want to integrate AddThis with my flarum site.
Unfortunately again, AddThis does not support Single Page APP very well. The share buttons will not appear when enter discussion from the index page. One must refresh the discussion page to get the AddThis script reload and after that the share buttons can appear.
This is my site:
https://discuss.easywhv.cn/
And I put the AddThis code in my <head>
element.
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5b34e2d8f224ba94"></script>
Anyone can help me use AddThis Perfectly? Thanks