Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Using experience fragment externally

Avatar

Level 1

Hello community,

 

Is it possible to render experience fragments externally with <iframe>? Does anyone know a good tutorial?

 

I'm encountering issues trying to render with iframe.

 

Thanks!

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Level 2

Hi,

 

Yes, it is possible to render experience fragments externally with <iframe>. However, there are a few things to keep in mind when doing so.

First, you need to ensure that the experience fragment is published and accessible to the external site. You can do this by either setting up an authentication mechanism for the external site to access the experience fragment or by making the experience fragment public.

 

Once the experience fragment is accessible, you can use an <iframe> element in your HTML to display it on the external site.