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.
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);