Embed Journeys on your blog or docs

It's as simple as pasting a link, or working with basic HTML

Layer3 Journey Embedding Options

Embed Layer3 Journeys on various platforms with these straightforward guides.


Embedding a Journey in Notion

  1. Locate the Journey URL: For example, https://layer3.xyz/journeys/transact-on-base
  2. Modify the URL: Add /Embedded after '/journeys' to make it https://layer3.xyz/journeys/embedded/transact-on-base
  3. Embed in Notion: Paste the link into your Notion document, select "Embed," and resize as needed.

Embedding a Journey on iFrame-Compatible Sites (e.g., Readme.com)

  1. Locate the Journey URL: For example, https://layer3.xyz/journeys/transact-on-base
  2. Modify the URL: Add /Embedded after '/journeys' to make it https://layer3.xyz/journeys/embedded/transact-on-base
  3. Embed Code: Add an iFrame block and insert the modified URL.

Embedding a Journey on Custom HTML-Compatible Sites (e.g., Beehiiv.com)

  1. Locate the Journey URL: For example, https://layer3.xyz/journeys/transact-on-base
  2. Modify the URL: Add /Embedded after '/journeys' to make it https://layer3.xyz/journeys/embedded/transact-on-base
  3. HTML Snippet: Use the following iFrame HTML snippet, adjusting the height as necessary. Replace the src link with the URL from step 2.
<iframe
  src="<https://layer3.xyz/journeys/embedded/transact-on-base>"
  width="100%"
  height="500px"
></iframe>
  1. Embed: Insert a custom HTML block and paste the iFrame code snippet.

What’s Next

Learn about the Quest API