iFrame

Integrating Nearest! into your website with iframe

We highly recommend using a custom domain with Nearest! even if you embed it via iFrame. Read more why...

The classical way of integrating external web services is via iframe which loads an external url into a predefined area onto your website. This integration should only be used if SEO isn't important and the host websites cares about all mobile functionality and optimization. Otherwise a seamless user journey cannot be guaranteed.

It is highly recommaned to use the following code. You can modify it but you should not remove allow="geolocation" property otherwise you will loose important features of the Nearest! webapp.

Code

<iframe src="https://yourapp.nearest.place" 
  height="500" 
  width="100%"
  allow="geolocation"
  style="border:none;"></iframe>

Last updated