I have a facebook Like button in my website.

I have kept the Like Button only once.
When I try it in my local system. I get the Like button correctly But the same index.html when put Live shows me 2 like button .. How do I handle this .

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Strange, from looking at the source the problem is:
there seems to be only one iFrame, yet inspecting DOM gives you:
Some strange java-script is adding content into the div with class “fb-like”:
If you disable javascript, notice how the double disappears.
Fix
remove the aforementioned
divas well as:which appears right after