I want a simple Like button. How can I obtain that. I don't want any viewcount nor people displayed besides my like button.
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.
|
|
Your best bet may be to use the Facebook like button code generator and:
Hope this helps! |
||||
|
|
|
Shorter answer: Use:
in your element. This will display '0' rather than the longer prompt. There is unfortunately no way to display nothing at beside the button, however you can use CSS/JS tricks to hide the count. This could be as simple as:
but see the question linked above for more detailed information. |
|||
|
|