FastComments.com

Add Live Commenting to Hostinger Sites

First, note that this tutorial only applies for the Hostinger Website Builder.

If you're using Hostinger with WordPress, you can just install our WordPress Plugin which has its own instructions.

This tutorial will continue with instructions for the Website Builder.

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 Hostinger 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 Hostinger 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 Hostinger.

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

Note!

These instructions are for the Hostinger Site Builder. If you're using Hostinger WordPress, then just grab the below code, and add it to your WordPress site using WPCode, which is a free and easy plugin for adding small code snippets to your site.

  1. First, grab the code:
Hostinger 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 Hostinger, 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.