How can I show the Facebook "like" link on an image? I would like the Facebook "like" button to only load when a mouse is over the image.
I had something in mind like appending the iframe on the image as the mouse is over the image as that would prevent slow down if there are many images on the page.
How can I do something like this with/without jQuery?