EMBEDDABLE WIDGET · FREE

Add an Urgent Care Finder
to Any Website

One line of HTML shows your visitors the top urgent care clinics in any US city — with live "open until X" status, one-tap call, and Google Maps directions. Auto-updates from our database of 8,500+ verified clinics.

1. Try it — see what your visitors will see

The widget below is rendered live from the exact code shown. No signup, no API key. Try the buttons.

📋 The exact code (copy-paste anywhere)
<script src="https://urgentcaremap.health/embed.js?v=1.0.0"
        data-state="massachusetts"
        data-city="boston"
        data-search="true"></script>

What this does: shows top-3 urgent care clinics in Boston, with a search box so visitors can pick a different city or use their phone's location.

👇 Live result

2. Build your own — pick a city, copy the code

Choose any of 386 US cities and your custom snippet updates instantly. Click "Copy" and paste into your HTML, WordPress block, or any website builder (Wix, Squarespace, Webflow, etc.).

Options

      

3. All display modes

Three layouts to fit any host site. Each block below shows the exact code on the left and the widget rendered from it on the right.

A. Inline (default) · best for most sites

Always-visible card embedded in the page flow. Best for SEO (Google can index the content immediately) and conversion.

Code
<script src="https://urgentcaremap.health/embed.js"
        data-state="california"
        data-city="los-angeles"></script>
Result

B. Collapsed · saves space, click to expand

Renders as a single header line. The visitor clicks to load and expand the full widget. Good for sidebars and dense pages.

Code
<script src="https://urgentcaremap.health/embed.js"
        data-state="new-york"
        data-city="new-york"
        data-display="collapsed"></script>
Result (click to expand)

C. Dark theme · for sites with dark backgrounds

Forces dark theme. Without data-theme, the widget auto-detects the visitor's OS preference (light or dark mode).

Code
<script src="https://urgentcaremap.health/embed.js"
        data-state="illinois"
        data-city="chicago"
        data-theme="dark"></script>
Result

D. Floating button · for sites where the widget is the hero

Fixed button in the bottom-right corner that opens the widget as a modal popup. Most prominent — use sparingly. Not demoed on this page because it would conflict with the inline widgets above.

Code
<script src="https://urgentcaremap.health/embed.js"
        data-state="texas"
        data-city="houston"
        data-display="floating"></script>

4. How to install — 3 steps

  1. Pick your city in the configurator above Adjust display mode and search options. The snippet updates live.
  2. Copy the snippet One-click "Copy" copies the full <script> tag to your clipboard.
  3. Paste into your HTML Anywhere inside the <body>. The widget renders right where you paste. Works on plain HTML, WordPress (use a Custom HTML block), Wix, Squarespace, Webflow, Ghost, Notion (via embed) — anything that accepts a script tag.

5. FAQ

Is it really free?

Yes — always. urgentcaremap.health is an open-data project (CC-BY-4.0). The widget includes a small "Powered by" link as attribution; that's the only requirement.

Will it slow down my site?

No. The script is ~12 KB gzipped and loads asynchronously from Cloudflare's global CDN. Your page's initial paint is unaffected.

What about my city if it's not supported?

We currently cover 386 US cities (top metros + many secondary). If a visitor searches for an unsupported city via the search bar, we anonymously log the request — that informs which cities we expand to next. No IPs, no cookies; coordinates are rounded to ~7-mile precision.

Can I use this on a commercial site?

Yes. Data is licensed CC-BY-4.0 (commercial use allowed with attribution). Code is MIT. The "Powered by" link satisfies attribution.

Is there a WordPress plugin?

Submitted to WordPress.org plugin directory; pending review (~7-14 days). In the meantime, use a "Custom HTML" block and paste the snippet from the configurator above.