Quick Start Guide
Get FeedbackJar running on your website in under 5 minutes.
Step 1: Get Your Widget ID
- Sign up at FeedbackJar
- Create a new widget
- Copy your widget ID
Step 2: Add the Script
Add this script tag to your HTML, right before the closing </body> tag:
<script src="https://cdn.feedbackjar.com/sdk.js"></script>
<script>
window.fj.init('YOUR_WIDGET_ID');
</script>
Replace YOUR_WIDGET_ID with your actual widget ID.
Step 3: Test It
Reload your page and you should see the FeedbackJar button appear in the bottom right corner. Click it to test the feedback panel!