Destinely
Loading your experience...
Connecting you to authentic local adventures
Loading your experience...
Connecting you to authentic local adventures
If you're on WordPress, and most hotels are, use our plugin. No code. 5 minutes. Done.
Not on WordPress? Manual integration options below.
Install like any WordPress plugin. Add your Hotel ID. Activate. The Digital Concierge appears on your booking confirmation pages. No coding, no developer.
Quick install
You'll need a Hotel ID from your Destinely dashboard.
Add the Digital Concierge with a snippet of code. Works with any booking system.
Paste the code on your booking confirmation page. Replace YOUR_HOTEL_ID and YOUR_HOTEL_NAME with your dashboard values.
Add this before the closing </body> tag on your booking confirmation page.
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = window.location.origin + "/api/widget/embed.js";
js.setAttribute('data-hotel-id', 'YOUR_HOTEL_ID');
js.setAttribute('data-hotel-name', 'YOUR_HOTEL_NAME');
js.setAttribute('data-auto-open', 'true');
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'destinely-widget'));
</script>WordPress? Download the plugin. Other platform? Use the code above.