facebook share button help

hoodleehoo

New Member
I found how to turn any image into a facebook share button, including allowing me to choose which url is shared (not just the current page) but it doesn't include a thumbnail with it for some reason.

If I use addme's facebook share it includes a thumbnail but doesn't allow me to choose which url is shared.

Is there a way I can put a facebook share button that allows me to choose which url is shared and also will include a thumbnail?

Thanks so much!
 

hacker15

New Member
I've had issues with replies on this fourm as well. However, from what your saying, I have come to the conclusion that all you want is a image to click? Why not just use some simple html?
Example, let's say you download the image at http://agbeat.wpengine.netdna-cdn.com/wp-content/uploads/2011/03/like.png and move it into your image folder. You would then write this code wherever you want the picture (lets say you save the image as share.png):
<img src="images/share.png">
Easy enough? Contact me for more advice if needed.
 

CaldwellYSR

Member
Facebook's share button is deprecated... They now use the like button which allows you to select the url that they would be liking. If you just want to send people to your profile it's as easy as putting an image inside a link tag and then styling it correctly.
 
Top