Custom widget
Puts a URL of your choice on the grid, in a frame. Use it for a service status page, a Grafana panel, or anything else that renders in a frame.
Sizes: Small, Medium, Large, X-Large. There is no preview here, because the widget shows whatever page you point it at.
Settings
- NameThe label in the admin list.
- SizeHow many grid cells the card takes.
- Iframe URLThe page to embed.
Advanced, frame attributes
- Referrer PolicyWhich referrer the frame sends. Defaults to the browser behaviour.
- Allow (feature policy)The
allowattribute of the frame, for exampleautoplay; fullscreen. - Allow FullscreenLets the embedded page go fullscreen. On by default.
- Refresh IntervalReloads the frame on a timer, in milliseconds. Minimum 250.
The frame is sandboxed. The page keeps scripts, forms, dialogs, pop-ups and downloads, so a real service still works. It cannot navigate the dashboard away.
A frame that stays blank
Section titled “A frame that stays blank”A page that refuses to be framed does not render. Many sites send X-Frame-Options or a frame-ancestors policy that blocks embedding, and Stackyard cannot override that. Check the browser console when a frame stays blank.