Skip to main content
All CollectionsGetting Started Share Content
Embedding a share link using iframe
Embedding a share link using iframe

Display boards or assets right on your website using HTML iframe tags.

Tomasz Czura avatar
Written by Tomasz Czura
Updated over a week ago

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:

  1. Generate a share link and set the permissions to your preference. Learn more about share links.

  2. Copy the URL into your HTML iframe code.

  3. Include allowfullscreen to enable opening assets in fullscreen from asset preview modal from iframe

  4. 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>

🎬 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.

Did this answer your question?