Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix addthis share toolbox issue #169

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

lzhbrian
Copy link

  • 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 会无法显示

Change `<div class="addthis_sharing_toolbox"></div>` to `<div class="addthis_inline_share_toolbox"></div>`
change "// Add comment count" to "<!-- // Add comment count -->"
The original one would show "// Add comment count" on the page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant