Overview
Clipboard offers flexible ways to embed fixture and ladder information on your Association website:
Direct Linking: Simple URL-based navigation to specific views
Basic Embedding: Embedding fixtures or ladders without filter options
Filterable Embedding: Embedding with filter controls for users to customise views
Important: Once you copy the link or embed code, all embedded content will display data based on the filters selected when you viewed it. The embedded view will always reflect what's currently visible in Compete.
Direct Linking to Clipboard Views
Direct linking is perfect when you want to direct website visitors to the full Clipboard Compete interface.
Navigate to your Fixtures or Ladders page
Apply the filters you want (Season, Competition, Grade, etc.)
Copy the URL from your browser
Add this link to your Association website as a button or text link
Use cases:
When you want users to access all Clipboard functionality
When embedding isn't necessary or preferred
For simpler website implementations
Video: Embedding Fixtures and Ladders with iFrame
What is iFrame Embedding?
iFrame embedding lets you display Clipboard content on your website. Visitors can interact with Fixtures and Ladders, use filters and view details without being redirected to a separate Clipboard page. This integration maintains your website's branding while providing full Clipboard functionality.
Embedding Non-Filterable Views via an iFrame
Non-filterable embedding shows a specific view of fixtures or ladders, based on what you're currently viewing in Clipboard. This is good for when you already have filters and a page hierarchy built into your Association website.
For Fixtures
Go to the Fixtures page
Set your desired filters (Season, Competition, Grade, etc.)
Click the More dropdown button in the top right
Select Embed from the dropdown menu
Make sure the Filters included option is NOT checked
Customise appearance options:
Background and text colours
Icon and divider colours
Size (responsive or fixed)
Copy the generated code by clicking the Copy button
Provide this code to your website administrator to add to your website
For Ladders
Go to the Ladders page
Apply your preferred filters (Season, Competition, etc.)
Click the Embed button in the top right
Make sure the Filters included option is NOT checked
Customise appearance options
Copy the code by clicking the Copy button
Provide this code to your website administrator to add to your website
Code Examples for Non-Filterable Embeds
Basic Football Fixtures Embed:
<iframe
frameborder="0"
src="https://fixtures.clipboard.app/idsca/ladder?associationSeasonId=4275c86c-e1e0-11ef-a07b-419f310192b3&associationActivityGradeIds=%5B%22354b30fa-e1e0-11ef-9f96-b557c382699f%22%5D&organisationIds=%5B3247%2C4782%2C5422%2C5203%2C5377%2C4013%2C5450%2C5435%5D&view=table&competitionGroupId=a3b261f4-1651-4f1b-be55-267387c7dd88&competitionType=competition&background=%23ffffff&primaryText=%2350aa93&secondaryText=%23aa4674&tableDivider=rgba%280%2C+0%2C+0%2C+.12%29&icons=%2350aa93&enableFilters=false"
width="600"
height="800"
></iframe>
Use cases:
Sport-specific pages where only one view is needed
When simplicity is preferred over user customisation
For quick, single-purpose embeds
Embedding Filterable Views via an iFrame
Filterable embedding lets website visitors customise their view using filters, similar to how they would in Clipboard.
This is the best option if you have a single "Fixtures" and "Results" page on your website, as it's the "set-and-forget" option which encourages parents, students, and other website visitors to filter to the fixtures themselves.
For Fixtures
Go to the Fixtures page
Click the More dropdown button in the top right
Select Embed from the dropdown menu
Under Filters, check the Filters included option
Customise other appearance settings
Copy the code by clicking the Copy button
Provide this code to your website administrator to add to your website
For Ladders
Go to the Ladders page
Click the Embed button in the top right
Check the Filters included option
Customise other settings
Copy the code by clicking the Copy button
Provide this code to your website administrator to add to your website
Code Examples for Filterable Embeds
Full-Featured Fixtures Page:
<iframe
frameborder="0"
src="https://fixtures.clipboard.app/idsca/ladder?associationSeasonId=4275c86c-e1e0-11ef-a07b-419f310192b3&associationActivityGradeIds=%5B%22354b30fa-e1e0-11ef-9f96-b557c382699f%22%5D&organisationIds=%5B3247%2C4782%2C5422%2C5203%2C5377%2C4013%2C5450%2C5435%5D&view=table&competitionGroupId=a3b261f4-1651-4f1b-be55-267387c7dd88&competitionType=competition&background=%23ffffff&primaryText=%2350aa93&secondaryText=%23aa4674&tableDivider=rgba%280%2C+0%2C+0%2C+.12%29&icons=%2350aa93&enableFilters=true"
width="600"
height="800"
></iframe>
Use cases:
Main results pages where users need to switch between sports
Association sites with multiple seasons or competitions
When user customisation is important
Customise iFrame Dimensions
You can adjust the iFrame dimensions to fit your website layout:
Width: Set to "100%" for responsive design, or specify pixels (e.g., "800")
Height: Adjust based on your page layout (recommended minimum: 500px)
Example with custom dimensions:
html
<iframe src="https://fixtures.clipboard.app/idsca/fixtures" width="800" height="700" frameborder="0" title="School Fixtures"> </iframe>
FAQ
Q: Why would I choose filtering vs. non-filtering embeds?
A: Filtering gives your website visitors the flexibility to view different competitions and seasons. Non-filtering is simpler when you only need to display one specific view.
Q: Why does my embedded content not match expectations?
A: The embedded content will display exactly what you filtered in Clipboard Compete before generating the embed code. If you need different content, return to Clipboard Compete, apply new filters and generate a new embed code.
Q: Can I customise the appearance further?
A: Yes, the embed options allow you to change colours and sizing to match your website design.
Q: Will changes in Clipboard automatically appear in embeds?
A: Yes, embeds dynamically display the current data from Clipboard, so any updates to scores, fixtures or team information will appear automatically.
Q: Can I embed both fixtures and ladders on the same page?
A: Yes, you can use multiple embed codes on different sections of your webpage.
Q: Can I share these embedded materials with my schools?
A: You can! Schools can link directly to the unauthenticated Compete view, or you can provide the embed code if they wish. Note that they don't have access to this themselves.
Q: Do I need special technical knowledge to embed Clipboard content?
A: Basic embedding requires no technical knowledge, but you'll need to work with your website administrator to add the code to your website. More advanced filtering may require additional technical assistance.
Q: Why is my Website Security Blocking iFrame?
A: Some websites have security policies that block iFrames. Contact your website administrator to ensure iFrame embedding is permitted for Clipboard domains.
