Add a field in page properties for og tag-And in your page component head.html include meta tag like this-<meta property="og:title" content="${properties.ogtag}"/>
I am facing the same issue with archtype 23 anyone is facing the same issue, it works fine in my local environment but the same doesn't work client network, so how to debug it or any specific network change we need to do?
Did you try to override page properties dialog in your page template, if yes then then isseu is in ur page properties dialog please check that.You can compare your custom page component with we retail or wknd you will be able to identify the issue.
Hi Team, We are integrating AEM with Service Now.We have few queries before we start implementing the same- 1. Is it fine to go ahead and develop the components using sightly and sling models.2. Or we should be using SPA framework.3. What will be the benefits if we use SPA with react or just traditi...
Use groovy script to achieve this-Refer this link-https://hashimkhan.in/aem-adobecq5-code-templates/groovy-script/ You need to write a query to achive this.
1.Create a background image component it will act as a container.2. Add a layout container component inside background container component using data dly include.3. Drag and drop image container component on your template.4. Once you drag and drop that componrnt a parsys will come where you can add ...
Yes so you can easily achieve this feature through scheduler.You can add a cron job which will run on daily basis.Through config you can change the expression whenever you want to run it again.Even if you want to hit it manually then create one servlet and call your service to call rest api and do a...