Install

Framer

Comments

  1. Copy the following link:
    https://framer.com/m/HyvorTalkComments-Yolg.js@W59N3D9yxg6tdECxCtLf
  2. Go to your Framer project and paste the URL (CTRL + V or Right Click → Paste). Framer will automatically import the component to your project.
  3. Select the newly added component and set the Website ID option in the right panel to your website ID . Then, refresh the preview window. You will see the comments section. (You will have to add the preview domain to your website's domains list at Console → Settings → Website)

    Finally, adjust the width of the component from the Framer component's right panel. For responsive comments, set the max width to Rel 100%.



Newsletter Form

Newsletter form is currently not available as a Framer component. We are working on it. You can use the HTML Installation method to add the newsletter form to your website.



Memberships

    You can easily install Memberships by using Custom Code in Framer.

    • Go to Project Settings → General → Custom Code in Framer.
    • Add the following code in End of <body> tag
      <script async src="https://talk.hyvor.com/embed/memberships.js" type="module"></script>
      <hyvor-talk-memberships
      	website-id="YOUR_WEBSITE_ID"
      ></hyvor-talk-memberships>