Add the script tag
Paste the tag from the export dialog wherever the board should appear:| Attribute | Required | Description |
|---|---|---|
src | yes | The hosted embed: https://tryproduck.com/sdk/board.js. Load it from this URL so you always get updates. |
data-board | yes | The board id from the export dialog. |
data-target | optional | A CSS selector for the container to render into. Falls back to [data-produck-board], then to rendering in place of the script tag. |
defer | recommended | Loads the embed without blocking your page render. |