views:

111

answers:

1

Hi there,

I'm using this code to implement the like button

<fb:like layout="button_count" show_faces="false" width="450"></fb:like>

But when I try to click it the counter is increased for about 1 second and then it goes back to zero again. I can't see on my facebook profile that i've liked something either. Someone have a solution for this?

A: 

I ran into this problem once. If you use Firebug to inspect the request/response you'll probably see that Facebook is returning an error to you.

In my case, I hadn't set up the proper permissions on the Facebook "connect" settings to allow 'like' requests from my domain name.

alt text

jessegavin