ciao remigio, facebook stesso ti dice dove incollare quel codice:
- Include the JavaScript SDK on your page once, ideally right after the opening <body> tag. = Appena dopo il tag body del template
Add an XML namespace to the <html> tag of your document. This is necessary for XFBML to work in earlier versions of Internet Explorer. = all'interno del tag html del template (non sotto, proprio dentro dentro tra le virgolette :) )- Place the code for your plugin wherever you want the plugin to appear on your page. all'interno del modulo personalizzato
Ovviamente 1 e 3 poi metterli anche nello stesso modulo ma il 2 (facoltativo, solo se vuoi che il plugin funzioni su ie) devi incollarlo nel template