Oneall Social Login icons are not visible :(

I just changed the theme and now i cant see login icons but when i go back to default theme its shows up is there way to make visible?
link http://turkmappersunion.orgfree.com/

Answers

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited January 2019

    Hi Mehmet,

    you can add any of following codes to your myBB templates to display the icons:

    {$oa_login_other_page}
    {$oa_login_main_page}
    {$oa_login_login_page}
    {$oa_login_registration_page}
    

    The new version 2.7.2 also has a dedicated shortcode to add the icons:
    http://docs.oneall.com/plugins/guide/social-login-mybb/#3d

    REgards,

  • Mehmet_KöseMehmet_KöseMember
    edited January 2019

    so sorry for late answer but its shows like this i also added the codes you gived but icons didnt show up

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited January 2019

    Hi Mehmet,

    the code for the icons is there, but the icons are not displayed as the library is missing.

    Please add this code anywhere on your page:

    <script type="text/javascript">
     (function() {
        var oa = document.createElement('script');
       oa.type = 'text/javascript'; oa.async = true;
       oa.src = '//turkmappersunionorgfreecom.api.oneall.com/socialize/library.js';
       var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(oa, s);
      })();
    </script>   
    

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.