Integrate an All-In-One widget with feedback, & changelog views seamlessly on your website.
Starter or above plan is required.
The All-In-One Widget is a versatile tool that allows you to implement a compact version of the public feedback hub directly on your website.This widget offers various features, including the ability for users to submit feedback, view and upvote existing posts, and access the changelog.
By default, the Supahub widget will display a floating button in the bottom-right corner of your website. When a user clicks this button, the feedback widget will open, allowing them to submit feedback or browse existing posts.
To trigger the popover view of the All-In-One widget and hide the default floating button, add the data-supahub-portal-popover attribute to a button element:
To trigger the popup view of the All-In-One widget and hide the default floating button, add the data-supahub-portal-popup attribute to a button element:
For proper functionality of your custom trigger button, insert the installation script directly where your trigger element appears in the code. This ensures the widget responds correctly to your customized activation method.Important: The script must be placed within the same component file as your custom trigger element to maintain proper event handling.