Embedding a share link using iframe | Air Help Center
Embedding a share link using iframe
Display boards or assets right on your website using HTML iframe tags.
Written by Lauren Ford
June 25, 2026
Who can embed a share link using iframe?
๐จโ๐ฉโ๐งโ๐ฆ Supported on any Air plan
โ๏ธ Anyone that has access to view workspace, library, board, or asset/file with an enabled share link.
Embedding a share link on your website
To embed a share link into your website, follow these steps:
- Generate a share link and set the permissions to your preference. Learn more about share links.
- Copy the URL into your HTML iframe code.
- Include
allowfullscreento enable opening assets in fullscreen from asset preview modal from iframe. - Include
allow="clipboard-read; clipboard-write"to enable copying share link or other data from iframe.
If your site is hosted on a platform like Squarespace or Wix, they offer easy-to-use, no-code, embed blocks. Here's an example of what the code should look like:
<iframe src="https://app.air.inc/a/bkmtP3Jgh" allow="clipboard-read; clipboard-write" allowfullscreen></iframe>
For more information on HTML iframe tags and how to embed them into your own code, check out this reference page .