Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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

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