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.

Using https://developers.facebook.com/docs/reference/plugins/like/ to get the code, every time I enter my website www.dealhijack.com the Like Button on the right disappears. If add to my website /deals or anything then it works, but the root one dealhijack.com, the one that I want, does not work.

I do not understand why it does not like the website name. I could not find out why.

Any help in resolving it would be highly appreciated.

share|improve this question
You need to specify a protocol. In short - just add 'http://' to the start. – Callum McLean Sep 16 '12 at 14:31

1 Answer

I've added http:// to your link, worked fine.

FB returned this code

<div class="fb-like" data-href="http://www.dealhijack.com" data-send="true" data-width="450" data-show-faces="true"></div>
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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