Squarespace Installation
Add Simple Commenter to your Squarespace site using the Code Injection feature.
Code Injection is available on Squarespace Business and Commerce plans.
Step-by-Step Installation
1. Open Code Injection
- Go to your Squarespace Dashboard
- Click Settings in the left menu
- Click Advanced
- Select Code Injection
2. Add the Script
- In the Footer field, paste:
<script
src="https://simplecommenter.com/js/comments.min.js"
data-domain="your-domain.com"
defer
></script>
- Click Save
Replace your-domain.com with your actual domain from the Simple Commenter dashboard.
Using Your Squarespace Domain
If using a Squarespace subdomain:
<script
src="https://simplecommenter.com/js/comments.min.js"
data-domain="yoursite.squarespace.com"
defer
></script>
If using a custom domain:
<script
src="https://simplecommenter.com/js/comments.min.js"
data-domain="www.yourdomain.com"
defer
></script>
Adding to Specific Pages
Squarespace allows page-level code injection:
- Open the page you want to modify
- Click the gear icon for Page Settings
- Click Advanced
- Add the script in the Page Header Code Injection field
- Save
For footer placement on specific pages, you may need to use a Code Block instead.
Using a Code Block (Alternative)
For more control over placement:
- Edit your page
- Add a Code Block at the bottom
- Paste the script
- Uncheck "Display Source" if visible
- Save
Verifying Installation
- Save your changes
- View your live site (not the editor)
- Look for the feedback widget button
- Check browser Developer Tools (F12) for errors
Troubleshooting
Widget not appearing
- Verify Code Injection is available on your plan (Business or higher)
- Ensure you saved the changes
- Clear your browser cache
- Check you're viewing the live site, not editor preview
Code Injection not available
- Upgrade to a Business or Commerce plan
- Personal plans don't have Code Injection
Widget conflicts with Squarespace elements
- Try adding the script to the Header instead of Footer
- Check for other scripts that might conflict
- Ensure no duplicate widgets are installed
Member-only pages
The widget works on member-protected pages. It will load after the user accesses the protected content.
Need help? Contact support.