Install

Framer

Jump to embed:

Comments

  1. Copy the following link:
    https://framer.com/m/HyvorTalkComments-Yolg.js@37RUtNqLJjiTrX2SQHMr
  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%.



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>