Social icons not display

Hi,

I installed Social Login and config follow guideline. I think my configuration is ok. But Social Icon only display on some pages and some pages not display.

My site: https://jobs.globalhcms.com/

Pls help me to fix this.

Thanks.

Best Answer

  • The_PhamThe_PhamMember
    Answer ✓
    Its works well by this fix

    Our recommendation is to paste this code snippet into your website template page so that it appears before the closing tag



    /* Replace #your_subdomain# by the subdomain of a Site in your OneAll account */
    var oneall_subdomain = '#your_subdomain#';

    /* The library is loaded asynchronously */
    var oa = document.createElement('script');
    oa.type = 'text/javascript'; oa.async = true;
    oa.src = '//' + oneall_subdomain + '.api.oneall.com/socialize/library.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(oa, s);

    Welcome!

    Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

    Please click on the link below to connect to the forum with your OneAll account.