Expand my Community achievements bar.

SOLVED

Pulling content from social media channels by searching by Tag name

Avatar

Level 3

Hi there

I have a requirement where i need to pull data from the following social media channels

facebook, twitter, pintrests, youtube

I want to be able to search for a Tag i.e. #AEM from each of the social channels. In each of the social channels i have my own company profile, and the content tagged with AEM will be in my e.g. wall

The content pulled from the social channels after manually moderated will be shown on my AEM 6 website

Is there a component or existing functionality i can use to achieve the above requirement?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

See this AEM topic:

https://docs.adobe.com/docs/en/aem/6-0/administer/social-communities/social-plugins.html

If these components do not address your requirements, you will need to build your own components that uses APIs to a given social channel and pull the data via the given API. For example - here is an example of getting Twitter data into AEM: 

https://helpx.adobe.com/experience-manager/using/creating-cq-feed-components-display.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

See this AEM topic:

https://docs.adobe.com/docs/en/aem/6-0/administer/social-communities/social-plugins.html

If these components do not address your requirements, you will need to build your own components that uses APIs to a given social channel and pull the data via the given API. For example - here is an example of getting Twitter data into AEM: 

https://helpx.adobe.com/experience-manager/using/creating-cq-feed-components-display.html