$settings_provider_name) { if (isset ($oa_social_login_providers [$settings_provider_key])) { $providers [] = $settings_provider_key; } } } //Widget if ($target == 'widget') { $css_theme_uri = 'http://oneallcdn.com/css/api/socialize/themes/wp_widget.css'; $show_title = false; } //Inline else { $css_theme_uri = 'http://oneallcdn.com/css/api/socialize/themes/wp_inline.css'; $show_title = (empty($plugin_caption ) ? false : true); } //Build Redirection URL if (in_the_loop()) { $redirect_url = "'".get_permalink()."'"; } else { $redirect_url = "window.location.href"; } if (count ($providers) > 0) { //Random integer $rand = mt_rand(99999, 9999999); ?>