Hi,
Need some inputs on how to integrate Twitter, Facebook and LinkedIn with AEM 6.2.
Cheri
Solved! Go to Solution.
Views
Replies
Total Likes
Adding to what Scott has stated here, please have a look at this reference post:
// 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
Views
Replies
Total Likes
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...
Views
Replies
Total Likes
Adding to what Scott has stated here, please have a look at this reference post:
// 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
Views
Replies
Total Likes