Paste on your confirmation page. Replace YOUR_HOTEL_ID and YOUR_HOTEL_NAME.
<!-- Destinely Experiences Widget -->
<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.async = true;
js.src = 'https://www.destinely.com/widget/embed.js';
js.setAttribute('data-hotel-id', 'YOUR_HOTEL_ID');
js.setAttribute('data-hotel-name', 'YOUR_HOTEL_NAME');
js.setAttribute('data-auto-open', 'false');
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'destinely-widget'));
</script>
<!-- End Destinely Experiences Widget -->