Change <div class="addthis_sharing_toolbox"></div> to <div class="addthis_inline_share_toolbox"></div>
if we use an inline addthis share toolbox (which is generally the case we will use in this yelee theme), we have to make the above change or the toolbox we built ourselves won't show up.
This is also issue#7 in the repo MOxFIVE/yelee
Change
<div class="addthis_sharing_toolbox"></div>
to<div class="addthis_inline_share_toolbox"></div>
if we use an inline addthis share toolbox (which is generally the case we will use in this yelee theme), we have to make the above change or the toolbox we built ourselves won't show up.
这也是 MOxFIVE/yelee 仓库里的issue#7,必须按照如上修改,否则我们自己新建立的 addthis share toolbox 会无法显示