buon giorno.
sto aggiungenedo il FB like button attraverso XFBML.
dentro al tag <body> ho messo questo:
codice:
        <div id="fb-root"></div>
        <script>
            window.fbAsyncInit = function() {
                FB.init({
                    appId: 'APP-ID',
                    status: true,
                    cookie: true,
                    oauth: true,
                    xfbml: true
                });
            };
            
            (function(d) {
                var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
                js = d.createElement('script'); js.id = id; js.async = true;
                js.src = "//connect.facebook.net/en_US/all.js";
                d.getElementsByTagName('head')[0].appendChild(js);
            }(document));
        </script>
ho però due problemi.

il primo è che un plugin di FF mi blocca la finestra per fare il like e quindi potenzialmente nessuno potrebbe farlo.

il secondo è che accanto a LIKE mi compare anche questa scritta:
Sign up to see what your friends like.
che voi sappiate nn si può togliere??