I have tried adding [wordpress_social_login] to a Text widget and adding:
add_filter(‘widget_text’, ‘do_shortcode’); //Shortcodes in widgets
I also tried the ” HTML Javascript Adder ” plugin. Neither the shortcode nor the php echo is displaying :(.
Update:
I was able to get the plugin to display in the footer. When I drag the exact same widget (shortcode, HTML Javascript Adder) to the side bar it does not show.
I have no idea why this shortcode would not work on the sidebar. I tried [su_box] text [/su_box] from Shortcodes Ultimate and that did work!