Widget reference
Use this quick reference when installing or reviewing the widget script manually.
Script attributes
The dashboard-generated snippet is the safest source. Manual installs should still use the same attributes the live loader expects.
Step-by-step
- 1
Confirm the board id. Use the id from the dashboard snippet, not the board slug.
- 2
Confirm the script URL. Use the hosted /embed/tembrio-widget.js path.
- 3
Confirm identity handling. Only include data-user-jwt when it is signed server-side.
Reference
data-board-id
Required. Board id where widget feedback should be submitted.
data-position
Optional. Launcher corner, usually bottom-left or bottom-right.
data-user-jwt
Optional. Signed identity token for a logged-in app user.
Details to remember
- The older slug-style attributes are not the current widget install path.
- Widget appearance is primarily configured from the dashboard.
- If the launcher does not appear, check that data-board-id is present.