"css_theme_uri" is not reflected
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘"css_theme_uri" is not reflected’ is closed to new replies.