Squarespace Installation

* Requires a Squarespace Business plan or above

Option 1: Using Code Block

This method works for all pages. However, you need to add the code block to each page separately. Also, Advanced Code Blocks are only available in Squarespace Business, Commerce, Professional, and Premium plans.

  1. In the Squarespace Dashboard, go to Website.
    Go to Website
  2. Select the page you want to add comments and click Edit.
    Edit Page
  3. Then, add a point and select Code in the dropdown.
    Add Point
    Select Code
  4. For comments, paste the following code:

    <script async src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
    <hyvor-talk-comments
    	website-id="YOUR_WEBSITE_ID"
    	page-id=""
    ></hyvor-talk-comments>

    Other embeds can be added using the same method.

Option 2: Install on Blog Pages

This method is the easiest if you want to add comments or the newsletter form to your blog pages.

  1. In the Squarespace Dashboard, go to Website.
    Go to Website
  2. Choose Blog settings (⚙️).
    Blog Settings
  3. In the settings popup, go to Advanced→Blog post item code injection, paste the following code there for comments:

    <script async src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
    <hyvor-talk-comments
    	website-id="YOUR_WEBSITE_ID"
    	page-id=""
    ></hyvor-talk-comments>
    Install Code