April 13, 2020
Estimated Post Reading Time ~

Customizing your first Adobe Experience Manager 6 Social Component

Adobe Experience Manager (AEM) 6 supports social components that let you build web sites that contain social functionality that lets you engage with your customers. For example, you can add functionality that lets your users leave comments on your website. AEM supports out of the box socials components. For information, see Introduction to Social Communities.

AEM also supports the ability to customize these social components to meet your business requirements. You can use the AEM Social Component Framework Java API to create a custom social component. A user can interact with an AEM web site by interacting with functionality exposed by your custom social component.


An AEM social component forms the basis of HTTP API responses and the context made available to a front end component. Sometimes you need to add more information or hide information to the default social component to meet your business requirement. You can achieve this use case by writing an AEM OSGi bundle that uses the AEM Social Component Framework Java API located in the com.adobe.cq.social.commons.client.api package. For information about this API, see Package com.adobe.cq.social.commons.

For example, you can modify the appearance of the AEM comment system by using AEM Java APIs.



To read this development article, click http://helpx.adobe.com/experience-manager/using/social_components.html.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.