Embed guide

Embedding the metro map

How to embed an RPF transformation metro map in a body site, conference deck, or LinkedIn post.

Iframe snippet

From the showcase route, click 'Copy embed code'. The clipboard receives an `<iframe>` snippet sized 1200×680 with the version pinned via query param. Adjust width / height freely — the SVG renderer scales.

Cross-origin notes

The embed route does not set restrictive X-Frame-Options or frame-ancestors CSP — host sites control their own framing policy. The iframe loads from rpf.bimexcellence.org over HTTPS.

Prefer a static PDF / PNG?

The static-export panel on the showcase route emits SVG / PNG / PDF at three sizes. PDFs are single-page, print-clean, with embedded fonts. Ideal for conference handouts.

Example

<iframe
  src="https://rpf.bimexcellence.org/en/embed/metro-map?discipline=architect&jurisdiction=IRL"
  width="1200" height="680"
  style="border:0;border-radius:8px"
  loading="lazy"
  title="RPF transformation metro map"></iframe>