I need to hide the Facebook like button on my site when is clicked. I use the official like button for my fanpage. When a visitor clicks like and becomes a fan, I want the like button to disappear and be hidden from him forever. I found that it can be done with FB.Event.subscribe('edge.create;) but I don't know how.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
|
It should be easy: 1) Place the like button within a container. 2) Subscribe to FB.Event.subscribe('edge.create'). 3) When user has liked, hide the container. |
|||
|