← italygreeceferry.com

Ferry Map Italy–Greece – free embeddable widget

A self-contained SVG map of all ferry routes between Italy and Greece: Ancona, Bari, Venice and Brindisi to Igoumenitsa, Corfu and Patras – with real Natural-Earth coastlines, operators, crossing times and animated ferries. One script tag, no cookies, no tracking, ~45 KB.

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.italygreeceferry.com/widget/embed.js" async
        data-routes="ancona-igoumenitsa,bari-igoumenitsa,brindisi-igoumenitsa"
        data-lang="en" data-theme="auto"></script>

Options

AttributeValuesMeaning
data-routescomma-separated IDsWhich routes to draw. Omit for all 10. The view auto-fits.
data-langen · de · itLabel language (Venice/Venedig/Venezia …) and click targets.
data-themelight · dark · autoauto follows the visitor's colour scheme.
data-badges0Hide operator/duration badges.
data-ships0Hide the animated ferries.
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
ancona-igoumenitsaAncona → IgoumenitsaSuperfast, Grimaldi
ancona-patrasAncona → PatrasSuperfast, ANEK, Minoan
ancona-corfuAncona → Corfu (summer)Superfast
bari-igoumenitsaBari → IgoumenitsaSuperfast, Ventouris, Grimaldi
bari-patrasBari → PatrasSuperfast
bari-corfuBari → Corfu (summer)Ventouris
brindisi-igoumenitsaBrindisi → IgoumenitsaGrimaldi
brindisi-corfuBrindisi → Corfu (summer)Grimaldi
venice-igoumenitsaVenice → IgoumenitsaAnek-Superfast
venice-patrasVenice → PatrasAnek-Superfast

Plain iframe

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

<iframe src="https://www.italygreeceferry.com/widget/ferry-map.html?routes=bari-igoumenitsa&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 © italygreeceferry.com” attribution link must remain visible. Coastline data: Natural Earth (public domain). No cookies, no tracking, no external requests.

All Italy–Greece ferry routes in detail →