Skip to content

Social Login Settings

Social Login Settings, gives space to store the login credentials for all the social media handles that are regularly updated and taken care of by the organization. This allows easy working with the social media platforms. The major work of this section of the setting is to permit space for compilation and storage of login credentials altogether.

document.querySelectorAll(‘.portal-attachment-thumbnail-img’).forEach(function(img) { img.addEventListener(‘error’, function () { attachment_error_image(this); }); }); const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = <span class="icon-file-empty"></span><span class="fw-attachment-ext">${escapeHtml(attachment.dataset.extension)}</span>; parentElement.innerHTML = defaultIcon; };