javascript - html image-map for fb-Like -


this question has answer here:

hi replace facebook original "like" imagemap squared area, 50, 50, 200, 200, , hitting map mouse click trigger facebook "like".

i have tried usingjquery apply style test , did not apply change:

$('.pluginbuttonicon').css('background-color', 'red'); 

i think should simple run through jquery or plain javascript.

the key idea think somehow trigger code of facebook act on click of mouse anywhere choose.

there's whole heap of different ways of doing button - , can choose thumbs-up image if like. use facebook's own page create button want here: http://developers.facebook.com/docs/reference/plugins/like/

there's more ideas on controlling like-button images in question: https://wordpress.stackexchange.com/questions/3605/how-can-i-control-the-facebook-like-image (note of answers seem out of date).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -