Figma macro does not appear in our doc. When I paste the url to my doc, the only appearing is that default image.
Until few days ago, the macro had no problem at all. Is it problem like a authorizing issue from the wiki master? I have no clue about it. Would be very glad to fix my issue and use figma macro again.
Hello @미도리 and welcome.
Embedding a Figma might get tricky for two reasons.
Providing the Figma board is public...
Figma offers you to share a board in two ways with two distinct links:
Those links are different!
Examples (anonymized):
Share link: https://www.figma.com/board/loremipsum.......
Embed link: <iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="800" height="450" src="https://www.figma.com/embed?embed_host=share&url=httpsyaddayaddayadd" allowfullscreen></iframe>
To embed Figmas, I'm using the iFrame macro with the URL extracted from the Embed link
In the example above, it would the part between the inverted comas " " starting with https://www.figma.com/embed and ending with httpsyaddayaddayadd.
Then I just tweak the embed parameters in the iframe macro itself. Width 100% and Allow full screen are a must, everything else based on what I'm embedding.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.