views:

133

answers:

1

Hi,

I add fb:fan control with facebook on my site. And it working properly. Can I count like button click in fb:fan control on my site?

I tried following code with jquery but it doesnt work.

Thanks

$(function(){ $(".like_button_no_like").bind('click',function() { countClick(); }); });

A: 

Did you solve this???

Sean
I solve this problem from different way. because .like_button_no_like in iframe and not accessible from javascript.
onder

related questions