Skip to main content
Question

Is it possible to embed Figma Make designs via iframe?

  • December 11, 2025
  • 2 replies
  • 22 views

migi

Hello Figma Team,

I am trying to embed a Figma Make design into an external website using an iframe, with a URL like:
https://www.figma.com/make/xxx/yyy?node-id=0-1&t=zzz-1. 

However, the iframe does not seem to load, likely due to Content Security Policy (CSP) restrictions.

I have confirmed that Figma Photo (Prototype) can be embedded using the same method without any issues, for example:
https://www.figma.com/proto/xxx/yyy?node-id=2-1&starting-point-node-id=2%3B1

I have been using the following embed format:

https://www.figma.com/embed?embed_host=share&url=${encodeURIComponent(originalUrl)}

Could you please let me know if there is any way to embed Figma Make designs via iframe, 
or if there is an official workaround or recommended approach for displaying Make designs externally?

Thank you very much for your support.

2 replies

Garry lind
  • New Member
  • December 11, 2025

do you know about Google


NMS
  • New Member
  • December 12, 2025

Hi, you should use a new Embed url format defined in Embed Kit 2.0

like

https://embed.figma.com/design/nrPSsILSYjesyc5UHjYYa4?embed-host=your_app_name_or_just_share


Documentation
https://developers.figma.com/docs/embeds/embed-figma-file/