Embed the drop-off charges table
Put the live, always-current UK airport drop-off charges table on your own site — free, with one line of code. It updates automatically whenever we re-verify a fee, so it never goes stale, and every figure links back to the airport's official source.
Build your embed
Pick the full league table or a single airport's fee, preview it, then copy the code into any page. It works in plain HTML, WordPress (Custom HTML block), Ghost, Squarespace and most CMSes.
Live preview
Paste this (basic iframe)
<iframe src="https://www.parkmath.co.uk/embed/drop-off-charges" title="UK airport drop-off charges — ParkMath" width="100%" height="640" style="border:1px solid #e2e8f0;border-radius:10px;max-width:640px" loading="lazy"></iframe>Want it to auto-fit its height? Use the script version
iframe + auto-resize script
<iframe id="parkmath-embed" src="https://www.parkmath.co.uk/embed/drop-off-charges" title="UK airport drop-off charges — ParkMath" width="100%" height="640" scrolling="no" style="border:1px solid #e2e8f0;border-radius:10px;max-width:640px"></iframe>
<script>window.addEventListener("message",function(e){if(e.data&&e.data.type==="parkmath-embed-height"){var f=document.getElementById("parkmath-embed");if(f)f.style.height=e.data.height+"px";}});</script>A few notes
- It's free, and it stays current.The widget reads the same verified dataset as the main table — re-checked against each airport's official page — so you never have to update the numbers by hand.
- Attribution is built in.Each embed carries a small “Source: ParkMath” line linking back here. Please keep it — it's the only thing we ask in return.
- Prefer the raw data? Download the open CSV or read how we verify every price.