Iframe widget
Live Delay Ticker
A slim horizontal strip scrolling the world's most delayed airports. Slot it under a header or above a footer; it pauses on hover and reloads itself every five minutes.
HTML · paste anywhere
<iframe
src="https://proflightsearch.com/embed/ticker"
title="Live airport delay ticker — Pro Flight Search"
loading="lazy"
style="width:100%;height:54px;border:0;display:block"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
<p style="font:12px/1.45 system-ui,sans-serif;margin:.4rem 0 0">
Live delay data: <a href="https://proflightsearch.com/global-airport-delays">Pro Flight Search</a>
</p>
Set height to 54px on desktop. Mobile-safe; brand chip collapses below 520px.
Attribution: the snippet keeps a link to proflightsearch.com — please leave it in. That credit is what keeps these widgets free.
Live preview