remove facebook like button social text - facebook

I would like to remove the social text from the facebook like button in order to fit into the width I have spare left but I can't find how on the facebook developers site
So what I want to remove is "Be the first of your friends to like this." text
As seen here:

https://developers.facebook.com/docs/reference/plugins/like/
Then change the layout to button_count and uncheck send button

Related

facebook show recommend count on mouse over

I am using Addthis plugin. I have an "F" icon on the page. I want it to work as recommend functionality.
is there anyway to do following
if somebody click on F, it should work as recommend is clicked, and on move over this F, it should just show the Count of recommend
we do not want to show standard recommend box with count
Secondly question, when i click on any like button it also show another Share Popup, but even even if i cancel this popup, still my timeline show i have recommended that particular page.. then what is use of that popup.
You can use the Facebook Dialog JavaScript to show a Share dialog for a custom button. Or use the Send Dialog button to create a private share dialog.
The "Comment Box" on the Like Button is optional, it's not required. If you enter a comment, it adds it to the Like post that appears on your timeline. But you can still like a page without entering a comment. A Like with a comment appears more prominent on the user's timeline.

Facebook like button: hide text

I just added a Facebook like button to my website, just the most basic one, but you can't select to hide the "Sign Up to see what your friends like." text.
Because the area for the button is so small, I don't want this text, as it overlaps with other text next to it.
Is there a way to hide this part?
I basically just want the like button, with the same functionality.
You would have probably figured it out by now but for others who haven't and reach this question, try data-layout="button_count".
You can play around here for more options: https://developers.facebook.com/docs/reference/plugins/like/
You can add layout="simple" (XFBML), or "data-layout"="simple" for HTML5 to the tag.
That'll show just a like button, with no count, faces or nonsense :)

Facebook Like Button doesn't share

I have add like button on my webpage www.zabavax.com (iframe). Count is work ok, but like button doesn't share post (link) on Facebook.
P.S. Like button on the left side and after post. When i click on right or after post like button liked link dont show on my Timeline and on friends news feed
I think Facebook has changed the behaviour of the like button. A link will be shared ONLY if the user adds a comment.
Your like button in the top right corner of your URL functions correctly.
I was able to post to my profile when I clicked on it.
I believe your issue is with the first-time popup that appears (also with its own like button) When I clicked that like button the popup disappeared and I didn't manage to post to my profile.

Facebook Like button with thumb up icon?

As you already know from this link http://developers.facebook.com/docs/reference/plugins/like/ you may create Facebook Like button. But...
When I choose 'layout style' to something else than 'standard', little 'thumb up' icon inside button is changed to Facebook logo.
Is there a way to have 'layout style' set to 'box_count' and to little 'thumb up' icon remain inside button?
Nope, there isn't. What you see is what you get for those social plugins Facebook has designed.
However, you can log a bug (and have it marked as a wishlist item) about this at http://developers.facebook.com/bugs.

How to see all the people that clicked Like?

Is there a way to see who clicked on the FACEBOOK Like BUTTON?
In the settings box of http://developers.facebook.com/docs/reference/plugins/like I can check the Show faces option, but then I can see just who of my friends clicked the Like button but I want to see all the people that clicked Like.
Is there any option?
show_faces only shows the faces of your friends that have liked the same page/object. It will not show the faces of non-friends who have liked the object/page.