Destinations

What it does

This renders all your properties within a given Destination.

We take the q from the URL string and use this in the Javascript to render our iframe.

Embed it yourself

Insert this Javascript wherever you’d like the search results to appear.

<script>
  // First get the Enquiry ID from the url string
  var urlParams = new URLSearchParams(window.location.search);
  var destination = urlParams.get('q');

  // Then use it in the integration options
  Staylists({
    host: 'devdemo.staylists.com',
    path: `/destinations/${destination}`
  });
</script>

Give it a whirl

Clicking on a property will take you the Property Booking documentation. In your live environment, you’ll specify the URL for each property on your site. This can be configured in your Staylists account.