Expand my Community achievements bar.

SOLVED

How to consume AEM experience fragments

Avatar

Level 4

I have a use case where I need to create an Xfragment which will be consumed by an external application. My question is once the fragment is created how is it consumed by an external web application which is non cms application. I have gone through a tutorial which is posted by adobe about it. But it says about social posting the fragments to websites like facebook & Pinterest through Cloud which is not the same case in my case.

If there is any adobe doc about it, can someone post it over here ?

Thanks in advance !!

1 Accepted Solution

Avatar

Correct answer by
Administrator

1.You can push an XF to an endpoint by using, for example, the 3rd party's  API (e.g. Facebook / Pinterest).

2. A 3rd party can also pull an XF from AEM. Every XF has a unique URL that can be embedded/used. AEM support HTML

3. Every XF has a unique URL that can be embedded/used.

4. Embedding an HTML XF can be achieved by using an <iframe> or web components.

Currently, AEM supports HTML ootb (More options coming in future releases) but you can implement any format (e.g. image, json, ...).

For Reference: Re: What's the best way to implement content/Experience as a service in AEM 6.3?

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

1.You can push an XF to an endpoint by using, for example, the 3rd party's  API (e.g. Facebook / Pinterest).

2. A 3rd party can also pull an XF from AEM. Every XF has a unique URL that can be embedded/used. AEM support HTML

3. Every XF has a unique URL that can be embedded/used.

4. Embedding an HTML XF can be achieved by using an <iframe> or web components.

Currently, AEM supports HTML ootb (More options coming in future releases) but you can implement any format (e.g. image, json, ...).

For Reference: Re: What's the best way to implement content/Experience as a service in AEM 6.3?

~kautuk



Kautuk Sahni

Avatar

Level 5

kautikm80618582

I too have a similar question. I have a use case that I need to create an Experience Fragment( XF) and then which will be consumed by an e-mail template. My question is once the fragment is created how is it consumed from an email template to get the static content which we created using XF.

Please let us know if there is any article on creating an XF and consuming that content from an email template.

Thanks,

Narayana