Embed the "what this site can see" badge

A small, self-contained widget that shows your visitors what your site can detect about them: their IP, browser, screen, timezone and language. It is free, it does not track anyone, and it runs in the visitor's browser.

Live preview

This is exactly what your visitors will see. It reads their own browser, so what appears here reflects your device right now.

Copy the embed code

Paste this wherever you want the badge to appear. It is a plain iframe, so it works in any HTML, any CMS and any framework. Change theme=light to theme=dark to match your site.

<iframe
  src="https://readmybrowser.com/embed/widget?theme=light"
  title="What this site can see about you"
  width="360" height="260"
  style="border:0;max-width:100%"
  loading="lazy">
</iframe>

Prefer a simple text link?

If an iframe is overkill, a plain link works too and still gives your readers a way to check what they are sharing.

<a href="https://readmybrowser.com" target="_blank" rel="noopener">
  See what websites know about you
</a>
How it stays private.The widget detects everything in the visitor's own browser. The only network call is a public IP lookup, the same one any "what is my IP" page makes. It sets no cookies and sends nothing to us.

Frequently asked questions

Is the widget really free?

Yes, with no catch and no account. A small "Powered by ReadMyBrowser" link sits at the bottom, which is how people discover the full dashboard.

Can I build my own version?

Absolutely. The free API and the per-property pages document every value, so you can assemble a custom readout in your own design.