Add our in-app Widget to collect feedback directly from your website
<head>
.
Monterey("init")
or calling Monterey("configure", options)
. Available options are below:
token: string
Do not modify thisshowWidget: boolean
If false
, the widget will be hidden and the widget modal must be toggled programmatically. See “Toggle Widget” below.position: "bottom" | "top" | "left" | "right"
Changes the placement of the widget on the pageprimaryColor: string
CSS color code to change the button primary colorsecondaryColor: string
CSS color code to change the button secondary colortags: string[]
Optional tags that all widget feedback will be tagged withshowWidget: false
, the widget modal can be toggled programmatically. To show or hide the modal,
call Monterey("toggleWidget")