• I used this filter.

    add_filter(‘oa_social_login_default_css’, ‘fb_login_css’);
    function fb_login_css() {
    return get_template_directory_uri().’/css/fb_login.css’;
    }

    Thereby, the following script was outputted.

    <script type="text/javascript">
      oneall.api.plugins.social_login.build("oneall_social_login_providers_xxxxxxx", {
       "providers": ["facebook"],
       "callback_uri": (window.location.href + ((window.location.href.split('?')[1] ? '&':'?') + "oa_social_login_source=login")),
       "css_theme_uri": "https://my-url/wp-content/themes/my-theme/css/fb_login.css"
      });
     </script>
     ---

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    But “css_theme_uri” does not exists in returned iframe.

    why?? please let me know!

    If there are some mistakes in English, I’d like to apologize.

    https://www.ads-software.com/extend/plugins/oa-social-login/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I tried this as well, and similarly it has no effect on the iframe. I wonder if this functionality is restricted to paid Oneall accounts, can anyone confirm this? I haven’t seen any reference to this being the case, but its the only think that makes sense.

    Same issue from my side as well..please confirm so if possible then i can move with paid version…Below is my CSS URL which is not taking reflection..

    [0] => <div class=”oneall_social_login”>
    [1] => <div class=”oneall_social_login_providers” id=”oneall_social_login_providers_7250801″></div>
    [2] => <script type=”text/javascript”>
    [3] => oneall.api.plugins.social_login.build(“oneall_social_login_providers_7250801”, {
    [4] => “providers”: [“linkedin”],
    [5] => “callback_uri”: (window.location.href + ((window.location.href.split(‘?’)[1] ? ‘&’:’?’) + “oa_social_login_source=widget”)),
    [6] => “css_theme_uri”: “https://domainname/home/css/default.css&#8221;
    [7] => });
    [8] => </script>
    [9] => <!– OneAll.com / Social Login for WordPress / v4.4 –>
    [10] => </div>

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    sandipc As this topic is 2 months old please start your own if you need assistance.

    https://www.ads-software.com/support/plugin/oa-social-login#postform

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"css_theme_uri" is not reflected’ is closed to new replies.