* Requires a Squarespace Business plan or above
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.
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>
For the newsletter form, paste the following code:
<script async src="https://talk.hyvor.com/embed/newsletter.js" type="module"></script>
<hyvor-talk-newsletter website-id="YOUR_WEBSITE_ID"></hyvor-talk-newsletter>
Other embeds can be added using the same method.
This method is the easiest if you want to add comments or the newsletter form to your blog pages.
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>
For the newsletter form, paste the following code:
<script async src="https://talk.hyvor.com/embed/newsletter.js" type="module"></script>
<hyvor-talk-newsletter website-id="YOUR_WEBSITE_ID"></hyvor-talk-newsletter>
You can use Paid Memberships with Squarespace to monetize your audience.
To add memberships, follow these steps:
<script async src="https://talk.hyvor.com/embed/memberships.js" type="module"></script>
<hyvor-talk-memberships
website-id="YOUR_WEBSITE_ID"
></hyvor-talk-memberships>
Then, you can use hosted gated content to restrict access to your content.
<hyvor-talk-gated-content
key="your-key"
></hyvor-talk-gated-content>
Visit Gated Content to learn more about this feature.