Step 1 — Get your snippet
Choose your district. The code below fills in automatically.
Don't see your district? Contact your 240 partnership manager and we'll add it.
Select your district above.
Two parts: the <iframe> is the content and is required. The
<script> makes the frame resize itself so there's no inner
scrollbar and no empty space — recommended, but safe to leave out if your
website platform removes scripts.
Optional — match your school colors
The page uses neutral type and 240's colors by default, which looks at home on most district sites. If you'd rather it matched your brand, adjust these and the snippet above updates automatically.
· Changes appear in the preview below. Nothing is saved until you paste the snippet into your site — or ask your 240 partnership manager to make it permanent, which keeps your snippet short.
Step 2 — Paste it into your website
Most districts add this to a page under Careers, Human Resources, or Employment. Find your platform below.
Finalsite (Composer)
- Edit the page and click Add Element.
- Choose Content → Embed Code (sometimes called Custom Content).
- Paste the snippet into the code box.
- Save, then Publish.
Blackboard / Web Community Manager (Schoolwires)
- Open Site Manager and go to your page.
- Add or edit a Flex Editor app.
- Click the
<>HTML button in the toolbar (or Tools → Edit HTML). - Paste the snippet, click Update, then Save.
<iframe> tag is
still intact.Apptegy (Thrillshare)
Apptegy's editor doesn't accept raw HTML on most plans. Send this page to your Apptegy representative and ask them to add it as a custom embed section.
Edlio
- Edit the page and choose the HTML/Embed block.
- Paste the snippet and save.
WordPress
- Add a Custom HTML block.
- Paste the snippet and update the page.
Squarespace
- Add an Embed block, then choose the
</>Code option (or add a Code block). - Paste the snippet and save.
Google Sites — use the no-script version
Google Sites blocks external scripts, so use the alternate snippet at the bottom of this page.
- Insert → Embed → Embed code.
- Paste the no-script snippet.
- Drag the frame's bottom edge until no scrollbar appears.
Something else / I'm not sure
Look for a content block called Embed, HTML, Custom Code, or iframe. If you can't find one, forward this page to whoever manages your website — this is a standard embed, the same mechanism as a YouTube video.
Step 3 — Check your work
After publishing, load the page and confirm:
- The partnership content appears, with your district's name in the text.
- Your normal header, navigation, and footer are still around it.
- No scrollbar inside the content area, and no large gap below it.
- It looks right on a phone.
- The buttons open 240's pages in a new tab.
Preview
This is exactly what will appear on your page.
The preview box scrolls because it has a fixed height. On your live page the frame grows to fit, so it won't scroll.
Troubleshooting
Nothing appears — the area is blank
Confirm the src starts with https:// exactly as shown. If
your platform has a "content security" or "allowed domains" setting, add
embed.240.org.
There's a scrollbar inside the content
The <script> line is missing or was stripped by your editor.
Either add it back, or use the no-script snippet below.
There's a big empty gap below the content
Same cause, opposite direction: a fixed height taller than the content. Add the
<script> line, or use the no-script snippet below, which sets
heights per screen size.
Right content, wrong district name
The ?d= value doesn't match your district. Re-copy the snippet from
Step 1 with your district selected.
Our platform won't allow iframes at all
Let your 240 partnership manager know. You can link to your page directly instead — the "Open in a new tab" link in the preview above is that URL.
If your platform removes <script> tags
Use this version instead. It can't resize itself, so it sets a fixed height for each screen size — close enough that visitors won't notice.
Select your district above.
Accessibility, privacy, and security
- The embed sets no cookies and collects no personal information from visitors.
- Keep the
titleattribute on the iframe — that's what screen readers announce. - Content meets WCAG 2.1 AA color contrast and is fully keyboard navigable.
- Served over HTTPS from
embed.240.org.
If your district requires a security or accessibility review before adding third-party embeds, contact your 240 partnership manager and we'll provide documentation.