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?ver=1.0.1" async></script>

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

<script src="https://getvaletparking.com/widget.js?ver=1.0.1"
        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">
  <a data-gvp-fallback href="https://getvaletparking.com/services/">Browse valet parking companies</a>
</div>
<script src="https://getvaletparking.com/widget.js?mode=containers&ver=1.0.1" async></script>

Use one loader for any number of placed containers on the same page.

Copy-paste: direct iframe

If your website builder supports iframe embeds, paste this directly. It has a fixed height and scrolls when needed. Interactive search requires JavaScript in the visitor's browser; visitors with JavaScript disabled get a link to browse the directory.

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

WordPress

Download the plugin ZIP, then open Plugins โ†’ Add New โ†’ Upload Plugin in WordPress. Upload the ZIP, activate it, and add the shortcode to any post, page, or Shortcode block:

Download WordPress plugin ยท v1.0.1

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

The core Shortcode block works with the block editor. The plugin is available here for manual installation; it is not yet listed on WordPress.org. Get widget support or verify the download checksum .

To update a manual installation, upload the newer ZIP and choose to replace the installed version. WordPress.com requires a paid plan that supports plugins.

Attributes

Attribute Default Meaning
data-service (empty) Prefills the "Service or company" search field.
data-near (empty) Prefills the "City" field. Select a city and state from the suggestions. ZIP codes are not supported.
data-theme light light or dark.
data-height auto A fixed pixel height with scrolling when needed, or auto to grow and shrink with the content.

Terms

The widget is free to use on any website. The "Powered by GetValetParking" attribution must remain visible. Attribution links use nofollow, and publishers may qualify them further. The widget sends city suggestions and searches to GetValetParking, including the embedding hostname for referral attribution. We maintain the hosted widget and may update its design or behavior. See our terms of service and privacy policy.