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.
# Sign up at app.feedbackjar.com
# Create a widget → copy your Widget ID Bubble editor → Settings → SEO / metatags → "Script/meta tags in header" <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.
<!-- 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.
Sign up free, grab your Widget ID, and have the feedback widget running in your Bubble app in 2 minutes.