A drop-anywhere badge. Self-contained — no stylesheet, no dependencies. Hover it.
Paste these two lines wherever you want it:
<script src="https://blowerscreative.com/embed/blowers-badge.js" defer></script> <blowers-badge></blowers-badge>
theme="dark" (default), "light", or "auto" — auto follows the visitor's OS color scheme.fixed — pins it to the bottom-right corner of the page as a floating credit.source="…" — sets utm_source. Defaults to the page's own domain, so we can see which site each click came from.href="…" — override the link target entirely (skips the UTMs).<blowers-badge theme="auto" fixed></blowers-badge>
The badge only renders on hosts listed in badge-domains.json
(a page passes if its domain matches an entry or is a subdomain of one). Pasted on any
other site it renders nothing. Add a client domain to that file and redeploy — the
/embed/* cache propagates the change within ~5 min.