Hi @manikanthar1295 As @Rasheed the best practise for AEM application to prevent DDOS attacks is via CDN either you use Cloud Front AWS with AWS WAF or use Akamai depending on type of CDN you have.Still if you want to prevent at apache level then you need to use ModEvasive module in Apache please ...
Hi @ravikumarra There is no OOTB component available to read the entire Feed. Only way as per my understanding available to acheieve this is you need to write a custom component and extract the feed from instagram grap api .You need to register your company account(Mostly they already have.Get the a...
@ravikumarra Embed component OOTB supports Instagram in three ways you can do it1) Embed via URL of Instagram as shown below2) Embed via HTML 3) By using Embeddable by selecting drop down.For this you need to enable the design dialog by selecting policy of Embed component by editing template as sho...
Hi @parakh Idle way to integrate SFDC Live Chat agent to Adobe AEM is by embeeding the javascript snippet provided by Sales Force in AEM Page Example:<script type="text/javascript">
if (!window._laq) { window._laq = []; }
window._laq.push(function(){liveagent.showWhenOnline('5734F000000CaS5',docum...
Hi @infiniteshi I have the same Weknd Site setup in my local and to sync the CRXDE to Local for /Conf FolderI just right clicked on top of /ui.content/src/main/content/conf/<myapp> as shown below then selected import from serverI just cloned the template type of page to another copy page in crxde t...
Hi @infiniteshi ,Kindly Check whether your using the extension i had showed in below screen shot and also make sure it as necessary access rights configured,In my case it was using default admin access.It works fine for me see below references
Hi All,I had explored and found a solution for this approach and i had documented the same in below article. https://rajashankardigital.blogspot.com/2021/09/extract-adobe-ecid.html Issue is resolved now.It was the same dcs api call which will work differently depending on cookie setup for first time...
Hi @Shetty119 My two cents place a class identifier at start and end of page body from where you want to count the words. Now Use this JS once your DOM load is complete for page. var wordsInPost = wordCount(document.getElementsByClassName(".custom-class"))function wordCount(words) { var count = 0 fo...
Hi @kapant Could you please try with below steps:Download a Custom Index Definition.Copy .content.xml to ui.content project in the Cloud Manager Git Project. The project path should look like: \ui.content\src\main\content\jcr_root_oak_index.Modify the filter.xml to include the _oak_index folderAdd <...