Install

Ghost

Ghost Members SSO

If you wish to connect Ghost Members with Hyvor Talk, you can use Hyvor Talk's SSO feature. We have a detailed guide on our blog.

Comments

  1. To add Hyvor Talk to Ghost, you need to edit your theme. If you are not sure how to do it, check Ghost's documentation

    After downloading your theme, open the template file you want to add comments to. Usually, it is post.hbs.

  2. Add the following code where you want to add comments.
    <script async src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
    <hyvor-talk-comments website-id="YOUR_WEBSITE_ID" page-id="{{ comment_id }}"></hyvor-talk-comments>

    This code uses Ghost's {{ comment_id }} as the page-id.

  3. Save the file and upload the theme to your Ghost blog.


Newsletter Form

  1. Similar to adding comments, you need to edit your theme to add the newsletter form.
  2. Add the following code where you want to add the newsletter form.
    <script async src="https://talk.hyvor.com/embed/newsletter.js" type="module"></script>
    <hyvor-talk-newsletter website-id="YOUR_WEBSITE_ID"></hyvor-talk-newsletter>


Memberships

  1. Go to Settings → Code Injection, and paste the following code to the Site Footer section.
    <script async src="https://talk.hyvor.com/embed/memberships.js" type="module"></script>
    <hyvor-talk-memberships
    	website-id="YOUR_WEBSITE_ID"
    ></hyvor-talk-memberships>
  2. Then, you can use Gated Content feature to protect your content. You can add these two post content via HTML blocks.
    <hyvor-talk-gated-content
        key="your-key"
    ></hyvor-talk-gated-content>