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?
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
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.