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 just add like button on my website but when I click to publish like that : Publish box the post does not appear on my Wall. Why ? Here the html code of my button :

<div class="fb-like" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>

Thanks for your help

share|improve this question

1 Answer

up vote 1 down vote accepted
<div class="fb-like" data-href="###URL | Permalink###" data-send="false" data-width="450" data-show-faces="true"></div>

I think you missed out data-href="http://www.example.com"

Demo : http://jsfiddle.net/CqNMG/

share|improve this answer
I think it takes the current URL for this parameter, no ? – Gildas Rossignon Jan 17 at 15:09
Only for XFBML. Not HTML5 code that you are using. – Debajyoti Das Jan 17 at 15:10
I just tried your code, but it doesn't work for me... <div class="fb-like" data-href="http://centpourcent-vosges.fr/sport/sports-hiver/les-jeunes-tout-schu‌​ss-a-ventron-a625.html" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div> </li> – Gildas Rossignon Jan 17 at 16:09
Working fine for me Check : jsfiddle.net/CqNMG – Debajyoti Das Jan 17 at 16:58
1  
Thanks, In fact, I have an error in Facebook Meta on my page, I can debug it thanks to facebook debugger developers.facebook.com/tools/debug – Gildas Rossignon Jan 24 at 7:53

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.