hi i would like to replace a facebook original "like" with an imagemap squared area, say 50, 50, 200, 200, and hitting that map with a mouse click will trigger the Facebook "like".
I have tried usingjQuery to apply style as a test and it did not apply any change:
$('.pluginButtonIcon').css('background-color', 'red');
I think it should be simple to run that through jQuery or plain JavaScript.
The key idea now I think is to somehow trigger the code of the Facebook like to act on a click of a mouse anywhere I choose.