🐾Dog Parks Hub
🔌

Embed our dog park search

Pet blogs, vet clinics, groomers, dog walkers, breed clubs — drop our nationwide search on your site with one line of HTML. Free forever. We just ask for a small "Powered by" credit.

Quick start (script tag)

Paste this anywhere on your page. Renders inline; geolocation works.

<!-- Dog Parks Hub embed widget -->
<div id="dph-widget"></div>
<script src="https://dogparkshub.com/embed.js"
        data-target="#dph-widget"
        data-theme="dark"
        data-brand="1"
        data-height="520"
        async></script>

Iframe-only (no JS)

Same widget without our loader. Use this if your CMS strips scripts or you prefer a vanilla iframe.

<iframe src="https://dogparkshub.com/embed?theme=light"
        title="Find a dog park"
        loading="lazy"
        allow="geolocation"
        style="border:0;width:100%;height:520px;max-width:600px;border-radius:12px;"></iframe>

Options

AttributeValuesWhat it does
data-themedark · lightMatch your site's color mode.
data-brand1 · 0Show "Powered by" credit (default 1).
data-targetCSS selectorWhere to mount the iframe (default body).
data-heightpx integerIframe height (default 520).

Live preview

License + credit

  • Free for any site (commercial or personal). No registration.
  • Keep the "Powered by dogparkshub.com" credit visible (or set data-brand="0" if you have a paid arrangement — contact us).
  • Don't modify the widget HTML/CSS to misrepresent the source.
  • UTM tags utm_source=embed&utm_medium=widget are appended to outbound links so we can track referral traffic.