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'm developing an app and I noticed that on Chrome, their like button code generates a button that says share. If I choose the other option (recommend) it does indeed say recommend. On Firefox oddly it still says like and recommend. Personally, I'd like it to say like which is why I'm posting. Is there perhaps there is an undocumented change/method to get it to say like now.

share|improve this question

3 Answers

Are you trying to make it say "like" instead of "share"? If so, you just need to find and replace the word "share" with the word "like".

share|improve this answer
Yes, the generated button says share on Chrome, but like on Firefox. There isn't anything to search and replace on. According to the generated code, it should say like, but it doesn't (on Chrome). – Tobin Rysenga Jan 2 at 18:01

Even I face a problem similar to this. The "Like" button has been replaced by "Share" button on 3 of my browsers (IE10, Firefox, Chrome) on all sites. The buttons have not been replaced on Opera and Safari.

What must be the problem?

share|improve this answer

I don't have answers, but I think it has something to do with the account you're logged in to FB.

I get "share" instead of "like" with my personal FB account that I've been using for over 5 years in all browsers. I also have another FB account for developing purposes that I created 6 months ago and when I log in with this one I get "like" on the same button on all browsers. Also if I'm logged out I get "like" on every browser.

This is pretty weird. Anyone?

share|improve this answer
This is really a comment, not an answer to the question. – Hbcdev Jan 8 at 10:13

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.