Expand my Community achievements bar.

AEM - Embed Component | AEM Community Discussion

Avatar

Administrator

BlogImage.jpg

AEM - Embed Component by Adobe Docs

Abstract

The Core Components Embed Component allows embedding external content in an AEM content page.
Usage
The Core Component Embed Component allows the content author to define selected external content to be embedded within an AEM content page. In addition, there is an option to define free-form HTML to be embedded as well.
1. The component's properties can be defined in the configure dialog .
2. Defaults for the component when adding it to a page can be defined in the design dialog

Version and Compatibility
The current version of the Embed Component is v1, which was introduced with release 2.7.0 of the Core Components in September 2019, and is described in this document.
The following table details all supported versions of the component, the AEM versions with which the versions of the component is compatible, and links to documentation for previous versions.

Sample Component Output
To experience the Embed Component as well as see examples of its configuration options as well as HTML and JSON output, visit the Component Library .

Technical Details
The latest technical documentation about the Embed Component can be found on GitHub .
Further details about developing Core Components can be found in the Core Components developer documentation .

Read Full Blog

AEM - Embed Component

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 1

How do you handle scripts/css for the Free-Form HTML option of the embed component? Since scripts are filtered out for security reasons, would you have to apply any scripts/css to the Client libs or is there a better way to handle this?