Expand my Community achievements bar.

SOLVED

Integration with Lithium communities

Avatar

Level 3

Hi,

We have requirement to integrate lithium community (pull the user comments from lithium community) to display user comments from lithium community and display in AEM site.

Could you please let me know inputs/examples where it was implemented/sample code set to progress on the implementation ?

Thanks,

Hari

1 Accepted Solution

Avatar

Correct answer by
Employee

Hello Hari - we do not have prebuilt integration components for Lithium, so you'll have to use the Resful APIs that Litihium provides for this purpose [0].

Also, please note that starting with Adobe Experience Manager 6.1 (launch at Adobe Summit next week) we are releasing our own community management platform [1], all built on AEM, so that AEM customers in need of traditional web sites and community sites can run both on the same platform, and of course get this kind of integration natively.

[0] http://community.lithium.com/t5/Technology/How-can-i-integrate-user-specific-lithium-blogs-to-an-ext...

[1] http://blogs.adobe.com/digitalmarketing/web-experience/making-adobe-experience-manager-communities/

View solution in original post

3 Replies

Avatar

Level 9

If lithium provides api services then you can utilize those apis to pull the contents. If they provide restful web services then it will be much easier to make a call to URL and the information you need. Please check Lithuims developer documentation.

Avatar

Correct answer by
Employee

Hello Hari - we do not have prebuilt integration components for Lithium, so you'll have to use the Resful APIs that Litihium provides for this purpose [0].

Also, please note that starting with Adobe Experience Manager 6.1 (launch at Adobe Summit next week) we are releasing our own community management platform [1], all built on AEM, so that AEM customers in need of traditional web sites and community sites can run both on the same platform, and of course get this kind of integration natively.

[0] http://community.lithium.com/t5/Technology/How-can-i-integrate-user-specific-lithium-blogs-to-an-ext...

[1] http://blogs.adobe.com/digitalmarketing/web-experience/making-adobe-experience-manager-communities/

Avatar

Level 3

Thanks a lot for information. I am looking in to Lithium APIs to progress on this integration.