Adobe Social Cloud For Comments and Like | Community
Skip to main content
Level 3
January 19, 2016
Solved

Adobe Social Cloud For Comments and Like

  • January 19, 2016
  • 9 replies
  • 2807 views

We are planning to implement application specific comment and like functionality for pages in AEM.we are planning to use adobe social cloud as resource provider.Has anyone implemented this anywhere ? Any pointers on the API's to connect to social cloud to store the UGC will be really helpful.

Note:we have the licence and credentials for adobe social cloud

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JK_Kendall

CeLeBratioN wrote...

By the way, how did you got the license for Adobe Social Cloud? I am also looking for the link to purchase the licesne, maybe you could send me the details per PN.  

This may be a place to start.  From http://www.adobe.com/marketing-cloud.html :

  • Find out how Adobe can help you and your business.

    Contact us
    877-722-7088
     

- JK

9 replies

Jitendra_S_Toma
Level 10
January 19, 2016

I guess, you don't need an API to connect to Adobe social unless specific requirement AEM takes care of that. It is part of Adobe cloud services. All you need is configuration for this.

Jitendra

samr99530769 wrote...

We are planning to implement application specific comment and like functionality for pages in AEM.we are planning to use adobe social cloud as resource provider.Has anyone implemented this anywhere ? Any pointers on the API's to connect to social cloud to store the UGC will be really helpful.

Note:we have the licence and credentials for adobe social cloud

 

kautuk_sahni
Community Manager
Community Manager
January 19, 2016

Hi 

Please have a look at the documentation :- 

This is more related to social plugin components in AEM

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 this would help you.


Thanks and Regards

Kautuk Sahni

Kautuk Sahni
CeLeBratioN
January 19, 2016

Hi

I already implemented comment function in AEM 6.1 with MongoDB. You have to configure the storage configuration for author and publish instance. They need the common configuration, otherwise the comments (UGC) will not be replicated. 

You can inerhit the most of the functionality from the default comments component. The "Like" functionality is named as "Vote" and is also integrated. At least it depends how much you have to customise the functions, if you want to add or modify the behaviour of a specific function, you have to override the correct java classes.

If you need some help with comment component, just ask me.

Storage configuration: https://docs.adobe.com/docs/en/aem/6-1/administer/communities/srp/asrp.html

 

By the way, how did you got the license for Adobe Social Cloud? I am also looking for the link to purchase the licesne, maybe you could send me the details per PN.  

Adobe Employee
January 19, 2016

samr99530769 wrote...

Note:we have the licence and credentials for adobe social cloud

 

I take it you have a licence for Communities?

Regards,

Opkar

JK_Kendall
Level 9
January 19, 2016

Hi,

If AEM Communities Extension is licensed and Adobe Social cloud is licensed, then you should be able to work through your account representative if you need help with customizing.

If you're not using AEM 6.1, then it is strongly recommended you upgrade from AEM 6.0 social communities to AEM Communities 6.1.

Understand - in Communities 6.1, UGC is never replicated, instead SRP (Storage Resource Provider) makes it possible to access the one instance of UGC from either the author or publish environment (except for JSRP, which is not yet production-ready).

Some other documentation which might be of use :

Upgrading to AEM Communities 6.1 - inclues a link to a tool on GitHub which can be customized to move existing UGC into a new location

AEM Communities 6.1 Overview 

Getting Started with AEM Communities - a tutorial to show how quickly you can create a Community Site with many Community features.

Hope this helps.

- JK

PS:  SRP was initially from the SocialResourceProvider API :  'social' from the former name 'social communities' and not to be confused with 'Adobe Social' .  The 'S' really is for 'storage'.

JK_Kendall
JK_KendallAccepted solution
Level 9
January 19, 2016

CeLeBratioN wrote...

By the way, how did you got the license for Adobe Social Cloud? I am also looking for the link to purchase the licesne, maybe you could send me the details per PN.  

This may be a place to start.  From http://www.adobe.com/marketing-cloud.html :

  • Find out how Adobe can help you and your business.

    Contact us
    877-722-7088
     

- JK

JK_Kendall
Level 9
January 19, 2016

CORRECTION

JK Kendall wrote...

If AEM Communities is licensed and Adobe Social cloud is licensed, 

For ASRP, the license needed is for the "AEM Communities Extension" SKU (aka Cloud Storage for AEM Communities).  An Adobe Social license is not needed.

- JK

varshsr
Level 5
February 4, 2016

HI,

In case of MSRP do we still need the end user nodes cached in AEM ? .

Just want to get a perspective will MSRP work if users are not cached in /home/user node assuming I am using an external identity and driving the entire experience as anonymous

JK_Kendall
Level 9
February 4, 2016

sri003 wrote...

HI,

In case of MSRP do we still need the end user nodes cached in AEM ? .

Just want to get a perspective will MSRP work if users are not cached in /home/user node assuming I am using an external identity and driving the entire experience as anonymous

 

 

Someone has to be signed in as a community member in order to post content in the publish environment.

Not sure what is the desired experience if it is not a community of members and it's all anonymous.

I would suggest working with your account representative to address your specific needs.

- JK