FeedbackJar
No-code platforms ✓ 2 minutes setup Easy

FeedbackJar + Bubble

FeedbackJar works in any Bubble app via the page header script field. No plugin required. Runs in the editor's Run mode and on your live app.

Get your Widget ID free → 7-day free trial · No credit card required

How to install FeedbackJar in Bubble

1

Get your Widget ID

bash
# Sign up at app.feedbackjar.com
# Create a widget → copy your Widget ID
2

Open Settings → SEO / metatags

text
Bubble editor → Settings → SEO / metatags → "Script/meta tags in header"
3

Paste the script

html
<script src="https://cdn.feedbackjar.com/sdk.js"></script>
<script>
  window.fj.init('YOUR_WIDGET_ID');
</script>

This loads on every page of your Bubble app.

4

Trigger from a Bubble element (optional)

html
<!-- Add an HTML element to your page -->
<button onclick="window.fj.showWidget()">Send feedback</button>

Or use the Toolbox plugin's 'Run JavaScript' action: window.fj.showWidget(). Initialize with trigger: 'custom' to hide the default button.

What you get

  • Paste once into the page header — app-wide
  • No plugin required (Toolbox optional for actions)
  • Works in the editor's Run mode and live app
  • Custom trigger from an HTML element or workflow
  • Identify the Current User with dynamic data
  • Theme and position options

Add feedback to your Bubble app today

Sign up free, grab your Widget ID, and have the feedback widget running in your Bubble app in 2 minutes.

Start Free Trial 7-day free trial · No credit card required

Frequently Asked Questions

Looking for the full technical reference? Read the Bubble docs →