내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Is it possible to share site headers/footers across domains?

Avatar

Level 1

It's fairly common practice for companies to integrate external services like payment systems and booking engines into their websites that would require a seamless experience for their users online. Does AEM support the ability to share site-level header/footer navigation (including their CSS/Javascript dependencies) built in the AEM authoring environment to be consumed in other websites? I read about content fragments and experience fragments but am not entirely sure if those are the right solution to this. Please help.AEM - Questions

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

There are many ways to do that.

If you have a dedicated navigation component, you can often request this already rendered (as HTML). Otherwise you can implement a Sling Model and expose the navigation as JSON as well. Depending on the page structure these components already have the JS/CSS dependencies included, otherwise you need to add them explicitly (in case they are handled globally on a page level already).

Jörg

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

There are many ways to do that.

If you have a dedicated navigation component, you can often request this already rendered (as HTML). Otherwise you can implement a Sling Model and expose the navigation as JSON as well. Depending on the page structure these components already have the JS/CSS dependencies included, otherwise you need to add them explicitly (in case they are handled globally on a page level already).

Jörg