Help
Embed widgets
Customize the map, chart, and live counter embeds with supported query parameters.
Use the embed widgets when you want to place live traffic data inside your own product or marketing site.
Common parameters
website: your website idtoken: the share token from the dashboardbg: embed background color ortransparentbranding:1ortrueto force branding for non-free plans
Map widget
The map widget keeps the full live map visible.
<iframe
src="https://cloud.livedot.dev/embed/map?website=YOUR_WEBSITE_ID&token=YOUR_SHARE_TOKEN&bg=transparent"
width="100%"
height="400"
frameborder="0"
style="border:0;border-radius:12px;"
></iframe>
Chart widget
The chart widget shows a compact trend line and current live count.
accent: line and status color, defaults to#96E421scale: widget size multiplier, defaults to0.9
<iframe
src="https://cloud.livedot.dev/embed/chart?website=YOUR_WEBSITE_ID&token=YOUR_SHARE_TOKEN&accent=%2396E421&scale=0.9"
width="260"
height="128"
frameborder="0"
style="border:0;overflow:hidden;"
></iframe>
Live counter widget
The live widget is the most compact option.
accent: status dot color, defaults to#96E421scale: widget size multiplier, defaults to0.85
<iframe
src="https://cloud.livedot.dev/embed/live?website=YOUR_WEBSITE_ID&token=YOUR_SHARE_TOKEN&accent=%2396E421&scale=0.85"
width="260"
height="84"
frameborder="0"
style="border:0;overflow:hidden;"
></iframe>