• Otto, Where would I start to make a sidebar widget for Simple Twitter Connect so that the login icon can go in the sidebar? Or is there a shortcode available to place the login in the sidebar? Just learning this stuff…

    Would I use this function?

    add_action('login_form','stc_login_add_login_button');
    function stc_login_add_login_button() {
    	global $action;
    	if ($action == 'login') echo '<p>'.stc_get_connect_button('login').'</p><br />';
    }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Simple Twitter Connect] Widget?’ is closed to new replies.