This app enables you to gather feedback from your users and ingest it as an event into PostHog. The app accomplishes this by injecting code into your website, such that a small widget appears to prompt users to share feedback.
Sending feedback looks like this...
You can see the feedback in PostHog as a custom event called Feedback Sent
with the feedback in the $feedback
property or through the Feedback Widget app's page.
You can also use Zapier to send feedback to other tools like Slack, Zendesk, and more.
Requirements
First, you need to opt in to the site apps beta. You'll need to be on PostHog cloud or if self-hosting using PostHog 1.41.0 or later.
You can opt in to the beta by configuring your posthog-js
initialization to include opt_in_site_apps: true
. Please be aware you do this at your own risk.
Self-hosted and not running 1.41.0? Find out how to update your self-hosted PostHog deployment!
Install
- Opt into the site apps beta by setting your
posthog-js
initialization to includeopt_in_site_apps: true
. - Visit the 'Apps' page in your instance of PostHog.
- Search for 'Feedback Widget' and select the app, press Install.
- Customise the text, and enable the plugin
- Either select "Show feedback button on the page" or add a button with a corresponding data attribute e.g.
data-attr='posthog-feedback-button'
which when clicked will open the feedback widget - Each feedback from your users is now captured as a custom
Feedback Sent
event with the feedback in the$feedback
property - You can now use this event to trigger PostHog actions, or create a funnel to see how many users are giving feedback
How can I connect the feedback to Slack?
- Install the Feedback Widget app as described above
- Create an action called
Feedback Sent Action
that matches the custom eventFeedback Sent
. - Check the box "Post to webhook when this action is triggered" with the following message:
[person] sent feedback on [event.properties.$current_url]: [event.properties.$feedback]
- Create the slack app
- Copy the Webhook URL into the PostHog Setup page
FAQ
Can I make my own apps?
You certainly can. Check our tutorial about how to build a site app in PostHog to get started.
Is the source code for this app available?
PostHog is open-source and so are all apps on the platform. The source code for the Feedback Widget is available on GitHub.
Who created this app?
We'd like to thank PostHog team members Luke Harries, Marius Andra, and user Ankit Ghosh. Thanks, all!
Who maintains this app?
This app is maintained by PostHog. If you have issues with the app not functioning as intended, please let us know!
What if I have feedback on this app?
We love feature requests and feedback! Please tell us what you think! to tell us what you think.
Or, if you see the feedback widget enabled, use that!
What if my question isn't answered above?
We love answering questions. Ask us anything via our community forum, or drop us a message.