I want to use the Social Sharing Core Component for AEM as a Cloud Service but the component has been deprecated. Is there any alternate solution for this?
Views
Replies
Total Likes
@nikita24tailor try the share js method of the respective social vendor. For ex:
FB.ui({ method: 'share', href: 'https://developers.facebook.com/docs/', }, function(response){});
https://developers.facebook.com/docs/javascript/reference/FB.ui
Hi,
I don't think so it is deprecated https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/sharing....
but it only supports facebook and pintrest, which is not enough I guess.
You can build your own social share component, It required configuration like icon or title, share api path. With javascript collect the page path, title
A basic example - https://www.torontomu.ca/web-support/editing-your-site/touch-components/social-media/
The component which AEM provides actually renders the links provided from the page properties. But in recent releases the section for social links from the page properties has been removed. So, I don't know how to use that component.
Views
Likes
Replies
Views
Likes
Replies