Skip to content

Custom

Puts a URL of your choice on the grid, in an iframe. Use it for a service’s own status page, a Grafana panel, or anything else that renders in a frame.

Sizes: Small, Medium, Large, X-Large.

FieldWhat it doesRequired
NameThe label in the admin list.Yes
SizeHow many grid cells the card takes.Yes
Iframe URLThe page to embed.Yes

These map to the iframe’s own attributes. Leave them alone unless the embedded page needs them.

FieldWhat it does
Referrer PolicyWhich referrer the frame sends. Defaults to the browser’s own behaviour.
Allow (feature policy)The frame’s allow attribute, for example autoplay; fullscreen.
Allow FullscreenLets the embedded page go fullscreen. On by default.
Refresh IntervalReloads the frame on a timer, in milliseconds. Minimum 250.

A page that refuses to be framed will not render. Many sites set X-Frame-Options or a frame-ancestors policy that blocks embedding, and there is nothing Stackyard can do about that from its side. Check the browser console if a frame stays blank.

There is no preview of this widget here, because what it shows is entirely the page you point it at.