I have a website that currently shows social tabs on the left side of the page in a fixed position and I am accomplished this with the code demonstrated below.
Among the buttons there is a facebook share button but I would like this instead to be a facebook like button.
This is the code in the css to display the tabs
**********************************************
#contacttab{
background: url(http://domain.com/images/contact_gr_40px.png) no-repeat;
/* Path to Image */
right:1px;
/…
