Title: [Plugin: Theme My Login] Facebook Connect button
Last modified: August 19, 2016

---

# [Plugin: Theme My Login] Facebook Connect button

 *  Resolved [phoenixdzine](https://wordpress.org/support/users/phoenixdzine/)
 * (@phoenixdzine)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-facebook-connect-button/)
 * I removed my FB Connect widget thinking it was conflicting with the login form.
   I cannot see the button. It just says FB connect.
 * PS. I Luuuuuv this plugin

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [phoenixdzine](https://wordpress.org/support/users/phoenixdzine/)
 * (@phoenixdzine)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-facebook-connect-button/#post-1880557)
 * [http://wordpress.org/support/topic/plugin-theme-my-login-tml-simple-fb-connect-plugins-issues?replies=6](http://wordpress.org/support/topic/plugin-theme-my-login-tml-simple-fb-connect-plugins-issues?replies=6)
 *  Thread Starter [phoenixdzine](https://wordpress.org/support/users/phoenixdzine/)
 * (@phoenixdzine)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-facebook-connect-button/#post-1880745)
 * Solution was incomplete..
    Create a file called theme-my-login-custom.php in 
   the plugins directory.
 * Does it have to contain anything ?
    Where does this go ?
 *     ```
       function tml_request( &$theme_my_login ) {
       	$GLOBALS['action'] = $theme_my_login->request_action;
   
       	if ( 'profile' == $theme_my_login->request_action )
       		add_action( 'wp_footer', 'sfc_login_update_js', 30) ;
       }
       add_action( 'tml_request', 'tml_request' );
       ```
   
 * What if I have two Footers
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-facebook-connect-button/#post-1880795)
 * No… it wasn’t incomplete.
 *  Thread Starter [phoenixdzine](https://wordpress.org/support/users/phoenixdzine/)
 * (@phoenixdzine)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-facebook-connect-button/#post-1880807)
 * Had my file in the TML directory in plugins moved it and it works on all footers.
 * Great Stuff.
 * PS I luv this plugin

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Theme My Login] Facebook Connect button’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [fb-connect](https://wordpress.org/support/topic-tag/fb-connect/)

 * 4 replies
 * 2 participants
 * Last reply from: [phoenixdzine](https://wordpress.org/support/users/phoenixdzine/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-facebook-connect-button/#post-1880807)
 * Status: resolved