# Embed Figma Selection
## Metadata
**Status**:: #x
**Zettel**:: #zettel/literature
**Created**:: [[2023-05-21]]
**Topic**:: [[♯ Figma]]
## Synopsis
In the "Share" menu, Figma provides two options:
1. Share a link to the selection.
2. Embed the whole page.
Fortunately, we can embed the link to the selection using the method introduced in
[Figma live embed kit](https://www.figma.com/developers/embed):
```html
<iframe
height="450"
width="800"
src="https://www.figma.com/embed?embed_host=astra&url={{URL}}"
allowfullscreen
/>
```
Replace the `{{URL}}` with the shared link to the selection.