huangyuzhang / Fizzy-Theme

🥤A tasty blogging theme for Ghost.
https://fizzy.cc
MIT License
282 stars 68 forks source link

Disqus & TOC Integration Issues #27

Open GMichaelRapp opened 5 years ago

GMichaelRapp commented 5 years ago

Sorry for being a bother. I am trying to integrate Disqus into your Fizzy-Theme for Ghost. I have tried following the directions, but I haven't had much luck. I am also having issues with the TOC integration for posts. I'm not a programmer by a long shot--unless you count copy and paste coding.

huangyuzhang commented 5 years ago

For the Disqus link var disqus_link, you need to insert it into the Site Footer instead of Site Header.

Also, you can group all the variables var into one script block, something like:

<script>
  var show_toc = true;
  var show_search = true;
  ....
  var line_numbers = true;
</script>

For the TOC, I will give it a look when I have access to a computer. If you don't mind, please post the screenshot of the code injections of your site so I might able to see it easier.

GMichaelRapp commented 5 years ago

I appreciate all of the help. Here are the screenshots for TOC and post_comment.hbs. I have injected the codes into the proper areas, as you specified in the documentation for the theme. Screen Shot 2019-07-06 at 4 04 09 PM Screen Shot 2019-07-06 at 4 06 31 PM Screen Shot 2019-07-06 at 4 05 41 PM