← lanzaroteferries.com

Ferry Map Lanzarote – free embeddable widget

A self-contained SVG map of the ferry routes around Lanzarote: the short hop from Playa Blanca to Corralejo on Fuerteventura and the longer Arrecife–Las Palmas link to Gran Canaria – with real Natural-Earth coastlines, crossing times and an animated ferry. One script tag, no cookies, no tracking, no external requests.

Embed it (recommended)

Paste this where the map should appear. The script injects an iframe and keeps its height in sync automatically:

<script src="https://www.lanzaroteferries.com/widget/embed.js" async
        data-routes="playa-blanca-corralejo,arrecife-las-palmas"
        data-lang="en" data-theme="auto"></script>

Options

AttributeValuesMeaning
data-routescomma-separated IDsWhich routes to draw. Omit for both. The view auto-fits.
data-langen · de · esLabel language and click targets.
data-themelight · dark · autoauto follows the visitor's colour scheme.
data-badges0Hide operator/duration badges.
data-ships0Hide the animated ferry.
data-links0Disable click-through to the route pages.
data-pad0.61.5Padding around the auto-fitted view.
data-maxwidthpxConstrain the iframe width.

Route IDs

IDRouteOperators
playa-blanca-corralejoPlaya Blanca → Corralejo (Fuerteventura)Fred Olsen Express, Naviera Armas, Baleària, Líneas Marítimas Romero
arrecife-las-palmasArrecife → Las Palmas (Gran Canaria)Naviera Armas

The third route in our comparison, Cádiz–Arrecife from mainland Spain, is deliberately not on this map: at roughly 1,000 km it would stretch the view until the islands become unreadable.

Plain iframe

If you prefer a raw iframe, add the height listener yourself – otherwise the map gets cut off:

<iframe src="https://www.lanzaroteferries.com/widget/ferry-map.html?routes=playa-blanca-corralejo&lang=en"
        id="ferryMapFrame" scrolling="no"
        style="width:100%;height:420px;border:0;border-radius:12px"></iframe>
<script>
addEventListener('message', function(e){
  var f = document.getElementById('ferryMapFrame');
  if (e.data && e.data.ferrymap && e.source === f.contentWindow)
    f.style.height = e.data.ferrymap.height + 'px';
});
</script>

Terms

Free to embed on any website, including commercial ones. The small “Ferry map © lanzaroteferries.com” attribution link must remain visible. Coastline data: Natural Earth (public domain). No cookies, no tracking, no external requests.

All Lanzarote ferry routes in detail →