Gildas Ross
Gildas Ross

Reputation: 3892

Like button not publish on my wall

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

Upvotes: 3

Views: 698

Answers (1)

Debajyoti Das
Debajyoti Das

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

Related Questions