Reputation: 3892
I just add like button on my website but when I click to publish like that : 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
Upvotes: 3
Views: 698
Reputation: 2138
<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/
Upvotes: 2