Kajabi Installation

Add Simple Commenter to your Kajabi site using the Site Tracking Code feature.

Step-by-Step Installation

1. Open Site Settings

  1. Log in to your Kajabi admin
  2. Go to Settings in the main menu
  3. Click Site Details

2. Add the Script

  1. Scroll down to Tracking Code
  2. In the Footer Tracking Code field, paste:
<script
  src="https://simplecommenter.com/js/comments.min.js"
  data-domain="your-domain.com"
  defer
></script>
  1. Click Save

Replace your-domain.com with your actual domain from the Simple Commenter dashboard.

Using Your Kajabi Domain

For Kajabi subdomain:

<script
  src="https://simplecommenter.com/js/comments.min.js"
  data-domain="yoursite.mykajabi.com"
  defer
></script>

For custom domain:

<script
  src="https://simplecommenter.com/js/comments.min.js"
  data-domain="www.yoursite.com"
  defer
></script>

Page-Specific Installation

To add to specific pages only:

Landing Pages

  1. Edit your landing page
  2. Click Settings (gear icon)
  3. Go to Tracking
  4. Add the script in the footer tracking field
  5. Save

Product Pages

For course or product pages, use the site-wide tracking code. The widget will appear on all accessible pages.

Verifying Installation

  1. Save your settings
  2. Visit your live Kajabi site
  3. Look for the feedback widget button
  4. Test on different pages (home, products, checkout)

Troubleshooting

Widget not appearing

  • Ensure you saved the tracking code settings
  • Check you're viewing the live site, not the admin
  • Verify the domain matches your dashboard settings
  • Clear your browser cache

Widget on checkout pages

The widget will appear on Kajabi checkout pages by default. If you want to exclude them, contact support for custom configuration options.

Members-only areas

The widget works in members-only areas like course content. It loads after the user accesses the protected content.

Multiple domains

If you have multiple Kajabi sites, each needs its own Simple Commenter project with the matching domain registered.

Need help? Contact support.

Was this page helpful?