Skip to main content
All CollectionsInstallationAdvanced Installation
Create your own custom feedback button
Create your own custom feedback button
Daniel Rae avatar
Written by Daniel Rae
Updated over a week ago

To launch Userback via a custom button, you must use the JavaScript SDK.
​
This will allow you to build a button in your UI instead of using the standard feedback button available in your widget settings.
​
​Note: When using a custom button, set the widget targeting to 'Do not show the launcher' to hide the standard button.


There are a few ways to launch Userback via your own button or link as detailed below:
​

Using a HTML Hyperlink

Use a simple hyperlink to trigger the Userback widget.

<a href="#" onclick="Userback.open(); return false;">Feedback</a>

Using a HTML Button

Embed a button that, when clicked, opens the Userback widget.

<button onclick="Userback.open();">Give Feedback</button>

Advanced Options and Customization

Customize the widget to cater to different feedback types. For in-depth information and advanced customization, visit our Developer Documentation.

Available on Company and Premium Plans

Did this answer your question?