Embed on a Website Premium

Drop a live, auto-updating board onto any web page with a single copy-paste iframe. Scores update in real time, right inside your site.

Premium feature

Website embeds require a Premium plan. The public link, QR code, and TV display work on all plans.
1

Open Share → Embed

From a board's control panel, click Share, then open the Embed tab. Click Copy to grab the iframe snippet.
share-modal-embed-tab
2

Paste the iframe into your site

Paste the snippet into your page's HTML — anywhere you want the board to appear. It works in plain HTML, WordPress (Custom HTML block), Webflow, Squarespace, and most site builders.
3

Adjust width and height

Tweak the width and height attributes to fit your layout. The board fills whatever box you give it.

The snippet looks like this:

<iframe src="https://maketheboard.com/embed/your-board-slug" width="100%" height="600" style="border:1px solid #e5e7eb;border-radius:12px;"></iframe>
embed-view

Responsive tips

  • Set width="100%" so the board scales to its container instead of overflowing on mobile.
  • Use a fixed pixel height (e.g. 600) that fits your typical list length — iframes can't auto-grow to their content.
  • For long lists, give it more height or wrap the iframe in a scrollable container.
  • The style attribute is optional — adjust the border and border-radius to match your site, or remove it entirely.

Troubleshooting

⚠️

Board not showing up?

Website embeds are gated to Premium. If the board owner's plan isn't Premium, the embed will not render. Confirm the plan on the pricing page, then re-copy the snippet.
ℹ️

Wrong size or cut off?

Double-check the width and height values in your snippet. A board that looks cropped usually just needs a taller height. If nothing appears at all, verify the src slug matches your board's public address (/embed/your-board-slug).

Not on Premium? You can still share the public link, QR code, or TV display on any plan.