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.
| Comment | File | Size | Author |
|---|---|---|---|
| firefox.png | 105.39 KB | poundy | |
| ie.png | 98.69 KB | poundy |
Comments
Comment #1
lennart commentedFrom 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">Comment #2
LaNets commentedComment #3
LaNets commentedComment #5
Sinan Erdem commentedI did what you suggested but it doesnt show the button on IE6...
Comment #6
Sinan Erdem commentedOk, 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...
Comment #7
longtom commentedImplemented this solution successfully. However, shouldn't the fix go in the html.tpl.php file?