is it possible to create simple Like button for fan page? When I create official Like button, insert my fan page URL in form, it always generate button with image and page title as it is Like box not Like button. I just want simple Like button only with "Like" label and users count. Is this an issue or default behavior, or just my misunderstanding? Thanks for advice Tomas Teicher
|
|
|
http://developers.facebook.com/docs/reference/plugins/like Alternatively, you may use AddThis widget - They even provide analytics for you. I use the widget on this website: http://muamalat.com.my/consumer-banking/financing/mortgage/ I must have misread your question. In that case I've only come across this: http://developers.facebook.com/docs/reference/plugins/like-box/ Uncheck show faces, stream and header; that's the cleanest you could get. Is this what you're looking for? I don't think AddThis has that feature you speak of. :) |
|||||
|
|
One way to only show the like button by itself is to hide the top part of the button by setting the
|
|||
|
|
|
If you are using Iframe you need to place an http or https: because >iframe starts as
and you need to place
The above answer did help me in finding that out. |
||||
|
|
|
If i read this correct, then it is definitely possible: https://developers.facebook.com/docs/reference/plugins/like/ Put in your Page URL, for example: https://www.facebook.com/bladauhu (that is my own page) Uncheck Send Button, use Layout Style "button_count", uncheck Show Faces. Leave the rest as it is and click on the "Get code" button. Use the HTML5 or XFBML Version. For me, this works just like every other Website and it shows the correct number of likes from the Facebook Page. No additional Images, just the plain and simple Like button. |
|||
|
|
|
Adding data-layout='button_count' to the HTML5 version worked for me:
|
||||
|
|