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
allowfullscreen
to enable opening assets in fullscreen from asset preview modal from iframeInclude
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>
π¬ See embedded share links in action!
Check out Air's collaboration with worthless studios to get access to their photography project board.
For more information on HTML iframe tags and how to embed them into your own code, check out this reference page.