I am upset because I spent many hours on it - there are other topics on this, but none of them solved my problem!
I just want to implement a fb-like button on my website, www.posti.sh - I wonder why it doesnβt work?
Here is the code I use according to https://developers.facebook.com/docs/reference/plugins/like/ step by step:
<div id="fb-root"></div> (directly after the opening body tag)
and
<div class="fb-like" data-href="http://www.posti.sh" data-send="true" data-width="450" data-show-faces="true"></div>
where I would like it to be.
I also added relevant meta tags in my head.
Any idea why it doesn't work?
Thanks!
Dennis
UPDATE 1
I used the fb debugging tool https://developers.facebook.com/tools/debug and it only says that the og image is not large enough - I think this should not be a problem though?
weltschmerz
source share