We have three different websites (e.g. examples1.com, examples2.com, examples3.com), the Social Media Sharing for Facebook and Pinterest are working but for "og:image" and "og:url" all pointing to the same domain(examples1.com). Where or how could we set up for the other two domains(examples2.com, examples3.com)?
Right now all three sites og:image looks like this:
meta property="og:image" content="https://www.examples1.com/image.png?ck=1695303786"
Using out of box <sly data-sly-include="head.socialmedia.html"></sly>
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Unfortunately, the Sharing component is deprecated[1] and originally it didn't support a multi-tenant implementation as far as I can see: https://github.com/adobe/aem-core-wcm-components/blob/b4327c3fedf2ade81cb52b6dccadad18cb780c8d/bundl...
However, this relies on the externalizer feature which means it is easy to extend and adjust to a multi-tenant solution if needed. Please refer to this link for such customization: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/s...
Unfortunately, the Sharing component is deprecated[1] and originally it didn't support a multi-tenant implementation as far as I can see: https://github.com/adobe/aem-core-wcm-components/blob/b4327c3fedf2ade81cb52b6dccadad18cb780c8d/bundl...
However, this relies on the externalizer feature which means it is easy to extend and adjust to a multi-tenant solution if needed. Please refer to this link for such customization: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/s...
Views
Likes
Replies