Embeddable Widgets
Add live CQDX data to your website. Copy the embed code and paste it into your HTML. Widgets auto-update every 30 seconds (activity) or 5 minutes (propagation).
Rare DX Ticker
Scrolling list of the rarest DXCC entities currently on the air, ranked by ClubLog Most Wanted. Color-coded by rarity tier with text labels.
<iframe
src="https://cqdx.app/embed/ticker"
width="420"
height="400"
style="border:none;border-radius:8px"
title="CQDX Rare DX Ticker"
loading="lazy"
></iframe> Band Activity Sparkline
Compact bar chart showing which bands are open and relative activity level. Updates every 30 seconds.
<iframe
src="https://cqdx.app/embed/sparkline"
width="320"
height="340"
style="border:none;border-radius:8px"
title="CQDX Band Activity Sparkline"
loading="lazy"
></iframe> Solar / Propagation Badge
Solar Flux Index, Kp, A-Index, and HF band conditions at a glance. Updates every 5 minutes.
<iframe
src="https://cqdx.app/embed/solar"
width="320"
height="200"
style="border:none;border-radius:8px"
title="CQDX Solar / Propagation Badge"
loading="lazy"
></iframe> Rarity Heatmap
Grid of bands vs rarity tiers showing where rare DX is active right now. Brighter cells mean more spots.
<iframe
src="https://cqdx.app/embed/heatmap"
width="560"
height="220"
style="border:none;border-radius:8px"
title="CQDX Rarity Heatmap"
loading="lazy"
></iframe> Top DX Now
The rarest entities on the air right now. Add ?grid=EM10 (your grid square) to overlay band openings from your location.
<iframe
src="https://cqdx.app/embed/top-dx"
width="420"
height="400"
style="border:none;border-radius:8px"
title="CQDX Top DX Now"
loading="lazy"
></iframe> Single-Band Monitor
Activity monitor for one band. Change the URL to any band: /embed/band/40m, /embed/band/15m, etc.
<iframe
src="https://cqdx.app/embed/band/20m"
width="420"
height="500"
style="border:none;border-radius:8px"
title="CQDX Single-Band Monitor"
loading="lazy"
></iframe> Propagation Map
Mini world map showing HF propagation paths between continents. Click bands to switch. Updates every 5 minutes.
<iframe
src="https://cqdx.app/embed/prop-map"
width="420"
height="340"
style="border:none;border-radius:8px"
title="CQDX Propagation Map"
loading="lazy"
></iframe>