what exactly am I supposed to look for??
I looked there and even copied the templates to an outside editor,
and found no unclosed divs or anything.
What could stop this btn from working? how does it work anyway?
Is it a javascript? because I didn't get an error in firebug?
--------------- Added [DATE]1336551621[/DATE] at [TIME]1336551621[/TIME] ---------------
thanks I figured it out,
the problem was in the 'headinclude_bottom' Template.
1. 'unclosed curly brackts' - used <vb:literal>
https://www.vbulletin.com/forum/show...ace-Expression
2. changed
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=311854578865577";
into
js.src = "//connect.facebook.net/en_US/all.js";
and now it works..