I work with every browser but Internet Explorer, but I checked my homepage in IE today and found that the fbconnect button doesn't show up at all. I need this to work in IE for those still using this lame browser.

CommentFileSizeAuthor
firefox.png105.39 KBpoundy
ie.png98.69 KBpoundy

Comments

lennart’s picture

Category: bug » support

From the readme.txt:

10. Modify your page.tpl.php file in your theme folder. Add the facebook xmlns for rendering FBML in IE :
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">

LaNets’s picture

Assigned: Unassigned » LaNets
Status: Active » Closed (fixed)
LaNets’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Sinan Erdem’s picture

Status: Closed (fixed) » Active

I did what you suggested but it doesnt show the button on IE6...

Sinan Erdem’s picture

Status: Active » Closed (fixed)

Ok, now I solved my problem. Writing here so that if anyone else has the issue:

Sometime ago I added a page-front.tpl.php file to override theme on the front page. I was making the change to page.tpl.php with no use. When I added the statement about facebook to page-front.tpl.php, everything started to work fine..

Closing the subject...

longtom’s picture

Version: 6.x-1.0-beta3 » 7.x-2.0-beta4
Category: support » bug

Implemented this solution successfully. However, shouldn't the fix go in the html.tpl.php file?