Podia Installation

Add Simple Commenter to your Podia site using the Third-party Code feature.

Step-by-Step Installation

1. Open Site Settings

  1. Log in to your Podia dashboard
  2. Click Settings in the left sidebar
  3. Select Third-party code

2. Add the Script

  1. In the Footer code section, paste:
<script
  src="https://simplecommenter.com/js/comments.min.js"
  data-domain="your-domain.com"
  defer
></script>
  1. Click Save changes

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

Using Your Podia Domain

For Podia subdomain:

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

For custom domain:

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

Verifying Installation

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

Where the Widget Appears

The widget will appear on:

  • Your storefront/home page
  • Product sales pages
  • Course content pages (for members)
  • Community pages (if enabled)
  • Digital download pages

Troubleshooting

Widget not appearing

  • Ensure you saved the settings
  • Check you're viewing the live site
  • Verify the domain matches your dashboard settings exactly
  • Try clearing your browser cache

Widget on checkout pages

The widget appears on checkout pages by default. This can be useful for capturing feedback during the purchase process.

Members-only content

The widget works on members-only content like course pages. It loads after the user logs in and accesses the content.

Different behavior on sales pages vs content

Both public sales pages and member content pages will show the widget. The domain should match regardless of which page type you're viewing.

Need help? Contact support.

Was this page helpful?