Done everything according to the manual, but the 'connect' button is missing in the login box.

The text is there, but it's not linkable. Any ideas?

Comments

bdornbush’s picture

I have the same problem on my site.

bdornbush’s picture

I fixed this on my site. It appeared just fine on Firefox, but not on IE. Then I realized that I had not modified page.tpl.php to include xmlns:fb="http://www.facebook.com/2008/fbml"

Once I made that modification and also cleared cache, the link appeared on both IE and Firefox.

hackmac27’s picture

In my case it's the same both on Firefox and on IE.

I have added xmlns:fb="http://www.facebook.com/2008/fbml" according to the manual.

Refreshing cache didn't help. Any Ideas?

tjharman’s picture

Does your theme issue a ?php print $closure ?

If it doesn't, then you didn't read the README very cleary!

leewoodman’s picture

Change the Base domain name in settings to the root domain i.e. yourdomain.com not www.yourdomain.com. I had the same problem and this resolved it.

Moophz’s picture

Could this happen because the facebook application is not yet Activated ?

Oscar Illada’s picture

same problem any help!!!!

tjharman’s picture

Does your theme properly print the closure tag?

mefisto75’s picture

Check the name of downloaded library. Rename if needed, leave only /facebook-php-sdk/
I believe readme.txt should mention this issue with library name.
Hope this helps.

MakeOnlineShop’s picture

Hello,

I think i have a problem with my theme as it works with Garland.

I do have the print $closure;
in the theme, so what can i do now ?

Please help.

unegro’s picture

Priority: Normal » Critical

Look at this treads:

http://drupal.org/node/1172512
http://drupal.org/node/1169694

The SDK 2x don't work anymore in facebook, starting 01 september, the module needs to be updated to sdk 3x

ifeelgood’s picture

For ver 7 i changed this line

'#value' => fbconnect_render_button($attr),

to this

'#description' => fbconnect_render_button($attr),

and it worked like a charm ^_^

unegro’s picture

@ifellgood

Did you update de php-sdk to 3.x?

ifeelgood’s picture

@unegro nope, using 2.1. php-sdk 2.1 still working for me. This module is not, so I need to do some tinkering, usign 7-x though. But I guess its the same prob with you guys.

giorgio79’s picture

giorgio79’s picture

The button does not show for me either in the block, also on the Display Settings page, it shows 3 options with "Connect" text.

burningdog’s picture

Double-check your language settings. I had mine set to "en_ZA" which used to work, but no longer. Either use "en_GB" or "en_US".

Funksmaname’s picture

#17 worked for me - had the same issue when I mistakingly changed en_US to en_UK instead of en_GB... now the link appears. Thanks!