Developers & blogs

Embed MyClassScreen

Iframe and link snippets for timers and noise-meter pages — no API key required.

By David · Updated 2026-08-02

Paste an iframe to the free board, or link to the timer and noise-meter tool pages, to put MyClassScreen on a teacher blog, department site, or LMS module. Dedicated single-widget embed URLs may expand later; today the reliable pattern is board iframe + deep links to documented tools.

Board iframe (timer & full layout)

Opens the app board where teachers can run a classroom timer alongside other widgets. Best for sites that allow third-party iframes.

<iframe
  src="https://app.myclassscreen.org/board"
  title="MyClassScreen classroom timer board"
  width="800"
  height="450"
  style="border:0;border-radius:12px;max-width:100%;"
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
  allow="fullscreen"
></iframe>

Noise meter — prefer a link

Mic permission is more reliable in a top-level tab. Link to the noise meter tool page (interactive demo) or ask readers to open the full board.

<!-- Link students or colleagues to the free noise meter page -->
<a href="https://myclassscreen.org/tools/noise-meter/">
  Free classroom noise meter — MyClassScreen
</a>

Blog / LMS callout snippet

<!-- Embeddable callout for blogs and LMS pages -->
<p>
  Project a free
  <a href="https://myclassscreen.org/tools/classroom-timer/">classroom timer</a>
  or open the full
  <a href="https://app.myclassscreen.org/board">MyClassScreen board</a>.
</p>

Attribution

If you embed or deep-link, a visible “MyClassScreen” credit helps teachers find the free tool again. No fabricated review badges — keep it honest.

Privacy

Noise-meter audio stays in the browser when used in the app. See the Privacy Policy.

Frequently Asked Questions

Most LMS and site builders that allow iframes can embed a link to the board or tool pages. Some districts block third-party iframes — if the embed is blank, use a prominent link instead, or ask IT to allow app.myclassscreen.org.