window.Feedbank
đź’ˇ
Basic knowledge of Javascript is required.
Applying the script creates a global namespace called Feedbank
on the window
object. Through this namespace, you can handle triggers, widgets, or feedback processing programmatically.
showButton
Expose the trigger button.
Javascript
window.Feedbank('showButton')
hideButton
Hide the trigger button.
Javascript
window.Feedbank('hideButton')
showWidget
Expose the widget.
Javascript
window.Feedbank('showWidget')
hideWidget
Hide the widget.
Javascript
window.Feedbank('hideWidget')