I’m trying to customize the appearance of a facebook ‘Send’ button.
I generate the button using the code provided in the docs, however I don’t have a clue of how I could modify the button’s image or text ?
Could anyone give me an example? I guess javascript is my only option here?
My code looks like this right now:
<fb:send href="http://www.mywebsite.com/something"></fb:send>
This generates a button that looks like this:

Thanks!
You cannot customise the
<fb:send />button. However, you can achieve the same functionality usingFB.ui(http://developers.facebook.com/docs/reference/javascript/FB.ui/). Use thesendmethod, eg.