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.

I really hate asking about anything retarded as Facebook Connect on SO, but their own development forums are horrendous.

We're implementing a Facebook share button using this:

<fb:share-button class="url" href="http://oursite.com/"></fb:shared-button>

This is documented(poorly) here: http://wiki.developers.facebook.com/index.php/Fb:share-button

I need to be able to change the text from "Share" to something else. I've spent 2 hours looking for an answer to this and have come up short.

Thanks a lot for any help, and sorry for asking about something this retarded.

share|improve this question
I'm not sure it is possible. You can change it to other facebook defaults though - wiki.developers.facebook.com/index.php/Fb:login-button – Nick May 21 '09 at 22:04
Thank you so much. The answer really was staring me in the face. Just made my own anchor tag with their js call and its perfect. – Geuis May 21 '09 at 22:08

2 Answers

up vote 0 down vote accepted

With the replacement like social plugin (the one you should be using now instead of the deprecated fb:share-button), you have two choices for the button text: Like or Recommend.
https://developers.facebook.com/docs/reference/plugins/like/

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 21:50

If you really want to customize the facebook share button, look at the url you would use for a desktop app. Makes it much better. You can also use AddThis the same way to get some analytics from the share.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.