Home
Search
Sign in
Username:
Password:
Sign in
Register
Lost your password?
Cotonti / Open Source PHP Content Management Framework
Content Management Framework
Home
News & backgrounds
News
Benefits
Credits
Downloads
Update & extend
Core files
Extensions
Themes
Locales
Add-ons
Documentation
In-depth information
Contents
Older Docs
Installation
Administration
Development
Community
Get involved
Forums
Site activity
Showcase
Codebase
Bleeding edge
Roadmap
Timeline
Tickets
Browse source
Contributers
TPL Tags
Forums
/
Cotonti
/
Extensions
/
Facebook Plugin?
Trustmaster
#28028
2011-01-20 03:39
Administrators
Thanked: 265 times
In header.tpl make sure you have XML namespace set:
<html xmlns="http://www.w3.org/1999/xhtml" {FB_XMLNS}>
and don't forget the actual login button {FB_LOGIN}. There are several other tags depending on what kind of buttons you want to use or construct yourself. More button options may be found in FB developer docs.
May the Source be with you!