I know that Facebook provides some code to add one of their like buttons to webpages, but what I need to do is create a custom button which does the same thing. So for example:
<input type="button" value="Like" id="fb-like"/>
I would like that button to send an action to like the website because I can apply custom styling to it which looks a lot better than FB's own bright blue buttons.
Is this possible? I can't find the code to make a custom like button work.