Facebook Connect request to set up a share button
I hate asking about Facebook Connect on SO, but their own development forums are terrifying.
We will implement a Facebook share button using this:
<fb:share-button class="url" href="http://oursite.com/"></fb:shared-button>
Described here (badly): http://wiki.developers.facebook.com/index.php/Fb:share-button
I need to change the text from Share to something else. I spent 2 hours trying to find an answer to this question and came up with a short one.
0
a source to share
2 answers
With a replacement like a social plugin (the one you should be using now instead of the deprecated fb: share-button), you have two options for button text: Like
or Recommend
.
https://developers.facebook.com/docs/reference/plugins/like/
0
a source to share