I'm trying to tracking the facebook "like" button with google analytics. I followed the steps suggested but I could not track this event. Then I added the namespace xmlns:fb="http://www.facebook.com/2008/fbml" and it did work. But this brought another problem. The text for the button appears in the local language, and I want it always in English. I added the "fb:like:locale='en_US'" to the facebook link and it did work ok if I dont add the facebook namespace, but when I put it appears "Me gusta". Thank you.