Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I wish to add a Facebook like button to a client's web site but I am informed that the domain is blocked due to being' spammy or unsafe'. I cannot find any way to contact Facebook to request that they help me to resolve this.

History: Just over a week ago the web site was hacked leaving malware present. This was been removed straight away and Google now declares it clear from any problems.

I have not as yet uploaded the code for the LIKE button as I want to get it working on my own server before my client sees it.

How do I contact Facebook to arrange for them to unblock the domain now that the problems are resolved. The domain is http://www.oscemanual.com. Thank you.

share|improve this question

closed as off topic by NullUserException Nov 1 '12 at 17:26

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Your site is not blacklisted anymore.

Facebook isn't parsing your page because it is not valid HTML.

You need to specify a valid <!DOCTYPE > at the beginning of your file. See this document for more information. You could try adding this to the first line of your document:

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.