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!
<a href="https://www.facebook.com/sharer.php?u=<url to share>&t=<title of content><img src="your_image.xxx"></a>– Fred Jun 19 '12 at 3:22