New Facebook code on a Joomla 1.5 site….
This topic came up on the Joomla New England list and Terry posted the solution:
In case anyone needs to know, what worked was to split the FBML version of the code in two. That is, paste the script tag at the bottom of the head tag in the template HTML, then paste the rest of the code into the module (or article). In other words:
Head tag:
<script src=”http://connect.facebook.net/en_US/all.js#xfbml=1″></script>
Module:
<fb:like-box href=”http://www.facebook.com/yournamehere” width=”292″ show_faces=”true” stream=”true” header=”true”></fb:like-box>
I post this here, so I’ll be able to find this solution when I need it! Thanks Terry!