GET SCRIPT CODE OF ACCESSIBE WIDGET
Login to WordPress CMS
Go to Appearance > Theme Editor
3. Search for footer.php file in the Theme Files Section
4. Click on it to open the file
5. File will be opened as shown below
6. Scroll down and look for <?php wp_footer(); ?> , current widget script will be there afte
7. Current Script will be start after <?php wp_footer(); ?> , end before </body> tag
<script>
(function(){
var s = document.createElement('script');
var h = document.querySelector('head') || document.body;
s.src = 'https://acsbapp.com/apps/app/dist/js/app.js';
s.async = true;
s.onload = function(){
acsbJS.init({
statementLink : '',
footerHtml : '',
hideMobile : false,
hideTrigger : false,
disableBgProcess : false,
language : 'en',
position : 'left',
leadColor : '#ed1d24',
triggerColor : '#ed1d24',
triggerRadius : '50%',
triggerPositionX : 'right',
triggerPositionY : 'bottom',
triggerIcon : 'people',
triggerSize : 'medium',
triggerOffsetX : 20,
triggerOffsetY : 100,
mobile : {
triggerSize : 'small',
triggerPositionX : 'right',
triggerPositionY : 'center',
triggerOffsetX : 10,
triggerOffsetY : 0,
triggerRadius : '50%'
}
});
};
h.appendChild(s);
})();
</script>
8. Delete the current script and replace it with the code which was copied as described in document Editing Accessibe Widget
9. Click on update file and check on website for the changes.
Watch Demo Video