Active
Project:
Facebook Connect
Version:
6.x-2.0-beta1
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2010 at 10:26 UTC
Updated:
20 Apr 2012 at 04:46 UTC
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
Comment #1
bdornbush commentedI have the same problem on my site.
Comment #2
bdornbush commentedI 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.
Comment #3
hackmac27 commentedIn 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?
Comment #4
tjharman commentedDoes your theme issue a ?php print $closure ?
If it doesn't, then you didn't read the README very cleary!
Comment #5
leewoodman commentedChange 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.
Comment #6
Moophz commentedCould this happen because the facebook application is not yet Activated ?
Comment #7
Oscar Illada commentedsame problem any help!!!!
Comment #8
tjharman commentedDoes your theme properly print the closure tag?
Comment #9
mefisto75 commentedCheck 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.
Comment #10
MakeOnlineShop commentedHello,
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.
Comment #11
unegro commentedLook 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
Comment #12
ifeelgood commentedFor ver 7 i changed this line
'#value' => fbconnect_render_button($attr),
to this
'#description' => fbconnect_render_button($attr),
and it worked like a charm ^_^
Comment #13
unegro commented@ifellgood
Did you update de php-sdk to 3.x?
Comment #14
ifeelgood commented@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.
Comment #15
giorgio79 commentedSet #1110278: Facebook Connect Button Missing on Login as dupe
Comment #16
giorgio79 commentedThe button does not show for me either in the block, also on the Display Settings page, it shows 3 options with "Connect" text.
Comment #17
burningdog commentedDouble-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".
Comment #18
Funksmaname commented#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!