For website owners

Free valet parking search widget

Add a search box to your website that lets visitors find a valet parking company near them. It's free, requires no account, and takes one line of HTML. Searches open results on getvaletparking.com in a new tab, and every widget displays a "Powered by GetValetParking" link back to the directory.

Live preview

This is the widget itself, embedded right here on this page.

Copy-paste: any website

Paste this anywhere in your page's HTML — no container needed:

<script src="https://getvaletparking.com/widget.js" async></script>

Or the annotated version, with every optional attribute shown (all are optional):

<script src="https://getvaletparking.com/widget.js"
        data-service="wedding valet"
        data-near="austin"
        data-theme="light"
        data-height="auto"
        async></script>

Copy-paste: placed container

If your site or theme forces scripts into the footer, place a container where you want the widget to appear, and load the script anywhere else on the page:

<div data-gvp-widget data-theme="light"></div>
<script src="https://getvaletparking.com/widget.js" async></script>

Copy-paste: no-JavaScript iframe

For maximum compatibility, embed the widget directly as an iframe (no auto-resize):

<iframe src="https://getvaletparking.com/embed/" title="Find valet parking near you"
        style="display:block;width:100%;border:0;min-height:420px" loading="lazy"></iframe>

WordPress

Install the GetValetParking Valet Search Widget plugin, then add the shortcode to any post, page, or Shortcode block:

[getvaletparking_widget service="wedding valet" near="austin"]

The core Shortcode block covers the block editor, so there's no custom Gutenberg block to install. The WordPress plugin is awaiting review on WordPress.org. Until it is listed, contact us for the plugin zip.

Attributes

Attribute Default Meaning
data-service (empty) Prefills the "Service or company" search field.
data-near (empty) Prefills the "City or ZIP" search field.
data-theme light light or dark.
data-height auto A fixed pixel height, or auto to size to content.

Terms

The widget is free to use on any website. The "Powered by GetValetParking" attribution must remain visible — it is rendered by our service, not by code on your site, and is not configurable. We may update the widget's design or behavior at any time. See our terms of service and privacy policy.