Widget installation

Add the FeedbackFlow widget to any website with two script tags, placed just before the closing </body> tag.

<script>
  window.FeedbackFlowConfig = { apiKey: "YOUR_API_KEY" }
</script>
<script src="https://usefeedbackflow.com/widget.min.js"></script>

That is all you need. A launcher button appears in the corner of your site, and submissions flow straight into your FeedbackFlow project.

Where your API key comes from

Your apiKey is shown once, when you create a project. Copy it then and store it somewhere safe.

If you lose it, regenerate it from the project page. Regenerating replaces the old key immediately, so update your site with the new value or the widget will stop submitting. For how keys are stored, see API key security.

Next steps

Only apiKey is required. To change the launcher color, theme, position, or labels, see Widget configuration.