Expand my Community achievements bar.

SOLVED

Query on Social integration with AEM6.2

Avatar

Level 2

Hi, 

Need some inputs on how to integrate Twitter, Facebook and LinkedIn with AEM 6.2.

Cheri

1 Accepted Solution

Avatar

Correct answer by
Administrator

Adding to what Scott has stated here, please have a look at this reference post:

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// AEM integration with Facebook and twitter

 

Link:- http://www.aemcq5tutorials.com/tutorials/implement-social-plugin-in-cq/

// Social Plugin in CQ provides below components to developers which can be dragged and dropped on the go to any page or template:

    Facebook Activity Feed

    Facebook Comments

    Facebook Face-pile

    Facebook Like Button

    Facebook Live Stream

    Facebook Send Button Twitter

    Follow Button

    Twitter Search

    Twitter Share Button

 

Documentation links

FB Comment:- https://docs.adobe.com/docs/en/aem/6-0/administer/social-communities/social-plugins.html#Facebook Comments

FB like:- https://docs.adobe.com/docs/en/aem/6-0/administer/social-communities/social-plugins.html#Facebook Like Button

I hope would help you a bit.

Otherwise there ia alwars an option to create a custom component/service to intigrate with external tools by calling rest/APIs.

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Level 10

AEM out of the box lets you integrate with third-party products: 

https://docs.adobe.com/docs/en/aem/6-2/administer/integration/third-party-services.html

However - to integrate AEM with these other products at the component level- you need to use the given APIs for the other products and build the AEM component using these APIs. For example, assume you want to get Twitter information into AEM.

In this case, you would use Twitter API. See this community article as an example: 

Creating Adobe Experience Manager components that display Twitter data

Likewise, if you want to build an AEM Facebook component - you would need to use the SDK described here: 

https://developers.facebook.com/

Hope this helps... 

Avatar

Correct answer by
Administrator

Adding to what Scott has stated here, please have a look at this reference post:

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// AEM integration with Facebook and twitter

 

Link:- http://www.aemcq5tutorials.com/tutorials/implement-social-plugin-in-cq/

// Social Plugin in CQ provides below components to developers which can be dragged and dropped on the go to any page or template:

    Facebook Activity Feed

    Facebook Comments

    Facebook Face-pile

    Facebook Like Button

    Facebook Live Stream

    Facebook Send Button Twitter

    Follow Button

    Twitter Search

    Twitter Share Button

 

Documentation links

FB Comment:- https://docs.adobe.com/docs/en/aem/6-0/administer/social-communities/social-plugins.html#Facebook Comments

FB like:- https://docs.adobe.com/docs/en/aem/6-0/administer/social-communities/social-plugins.html#Facebook Like Button

I hope would help you a bit.

Otherwise there ia alwars an option to create a custom component/service to intigrate with external tools by calling rest/APIs.

~kautuk



Kautuk Sahni