Reputation: 1353
I have this snapshot version of a website and I'm using the new like button, at least trying to.
The like system is working great. I can even save how many clicks on each like I have. BUT, I couldn't figure out why every time I try to publish (using the dialog opened after clicking on the like button), the content doesn't appear on my activity or any where else.
That's the example code I'm using:
<fb:like layout="button_count" href="http://www.podeir.com.br/brasilia/agenda/visualizar/id_agenda/2/AERO-GROOVE" send="false" width="194" show_faces="false" font="tahoma"></fb:like>
Just noticing: My Like Button Count is growing.
Upvotes: 1
Views: 638
Reputation: 11852
Facebook tells you what your problem is in the debugger results.
Your og:image
tag needs to be a fully qualified URL (e.g. start with http://
)
Upvotes: 1