Possible duplicate:
Facebook Like Button - how do I disable a comment pops up?
I have a Facebook Like button on my site like this:
<fb:like href="http://www.facebook.com/myurl" colorscheme="light" send="false" width="450" show_faces="false" font="" ref="top_like_button"></fb:like>
When the user clicks on it, I need to refresh the page. I saw various posts on how to do this using the edge.create event, and it works great.
But my problem is when they click the “Like” button, it shows the “Post to Facebook” pop-up message.

So I really need to refresh my page after closing the popup. Is it possible?
An alternative acceptable solution would be to completely disable the popup so that when you click the "Like Popup" button, it doesn’t appear.
thanks
source share