FastComments.com

Add Live Commenting to Zyro Sites

Step 1: Add Code Widget Internal Link

First, open up your site in the Website Builder.

Now if you don't already have a section where you want the comments to go, add a blank section:

Adding a Section
Adding a Section
Adding a Section
Adding a Section

Now add the Zyro Embed widget by clicking our new section and clicking Add element in the top and then Embed code:

Embed code
Embed code

You'll get something like this:

Code Section Added
Code Section Added

Now we're ready for Step 2.

Success Internal Link

That's it! You should now have live commenting added to your Zyro site.

Success
Success

If you've run into a permission denied error, or would like to customize FastComments, read on.

Site Customization Internal Link

FastComments is designed to be customized to match your site.

If you'd like to add custom styling, or tweak configuration, Checkout our Customization Documentation to learn how.

Floating Likes Button Internal Link

FastComments also supports the Page Reacts (aka Floating Like button) widget for Zyro.

You can see it in action in the bottom right of this page!

  1. First, grab the code:
Zyro Floating Likes Code
Copy Copy
1
2<script src="https://cdn.fastcomments.com/js/embed-page-likes-floating.min.js?v=2" async></script>
3<div id="fastcomments-page-likes-floating"></div>
4<script>
5 (function () {
6 function tryLoad() {
7 if (typeof window.FastCommentsEmbedPageLikesFloating === 'function') {
8 window.FastCommentsEmbedPageLikesFloating(document.getElementById('fastcomments-page-likes-floating'), {
9 tenantId: "demo"
10 });
11 } else {
12 setTimeout(tryLoad, 50);
13 }
14 }
15
16 tryLoad();
17 })();
18</script>
19
  1. Then, in Zyro, open the site builder.
  2. Go to Website Settings in the bottom Left.
  3. Select Integrations.
  4. Add the new code to the end of the Custom code field, and publish your site.
  5. You will not see the widget in preview mode, but it will appear on the published version of the site.