Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Booking

// Add Shortcode
function custom_shortcode() {

	<ins class="bookingaff" data-aid="1524643" data-target_aid="1524643" data-prod="dfl2" data-width="100%" data-height="auto" data-lang="hr" data-dest_id="-94935" data-dest_type="city" data-df_num_properties="3">
	    <!-- Anything inside will go away once widget is loaded. -->
	    <a href="//www.booking.com?aid=1524643">Booking.com</a>
	</ins>
	<script type="text/javascript">
	    (function(d, sc, u) {
	      var s = d.createElement(sc), p = d.getElementsByTagName(sc)[0];
	      s.type = 'text/javascript';
	      s.async = true;
	      s.src = u + '?v=' + (+new Date());
	      p.parentNode.insertBefore(s,p);
	      })(document, 'script', '//aff.bstatic.com/static/affiliate_base/js/flexiproduct.js');
	</script>

}
add_shortcode( 'Booking Samobor', 'custom_shortcode' );