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