Hyperlink on a Picture - facebook

I have a picture with a hyperlink, however, when I download the picture to Facebook the hyperlink does not work. Can you not put a hyperlink on a picture? I would like it if people open the picture, they will be able to click on the picture and it take them to a website.

You'll just need to wrap the image with an pointing it to the site where your sharing it on. However, if your using FaceBook to host the image, then you'll be using the API of FaceBook and won't have control over what happens when a user clicks on the image. Maybe just share the link in the description??

Related

On Facebook share URL, give option to user to choose image

I don't see the answer I'm looking for, so hopefully someone can help.
I have a PHP script, which displays data from an SQL database. The dynamic elements are pulled in, essentially showing details of a job listing. On this page, I have a Facebook share URL.
Example:
<a title="Post on Facebook"
href="http://www.facebook.com/share.php?u=http://www.mywebsite.com/joblisting/details.php?job_id=1345488636.3750">
POST ON FACEBOOK
</a>
When the user clicks that link, they get the Facebook page to post this to their Facebook page. The page they are on pre-populates with my page title, page description, etc.
And if I have an image on my page, that becomes the default thumbnail image for the FB post. I also set a defualt Facebook image in my metatag, and that works too. I also added up to 10 other images on my page, so that the user could choose from 1 of 10 images as the default thumbnail. But...
I wanted to be able to let the user choose a thumbnail image from their desktop. Is this possible?
The image that's used in the Share dialog needs to exist somewhere on the web before the dialog is invoked, so you'd need to allow the user to upload it somewhere before popping the dialog in order to do what you're suggesting.

Facebook Like button: how it choose image to display

I've put "Like" button to my web site.
In general it works fine, the only problem is when user add some text and publish it in the profile his post contains image. And the image chosen is not something meaningful, it is one of the menu items that doesn't really makes any sense.
Could you please advise how to tip to the facebook the better image? I didn't see any information about that in their documentation (http://developers.facebook.com/docs/reference/plugins/like/), probably I've overlooked that?
Thank you.
P.S. Pretty similar question: is there any way to suggest for user text he wants to share (that will appear once user click "Like" button)?
You can specify image by adding Open Graph tags to head section each page containing the "Like" button.
You can specify an image URL in og:image tag, and Facebook will use this image in the user's profile entry.
The same goes with
og:title - this will be the title of the new entry on user's profile.
og:site_name (will be displayed as grey text under title) etc.
See http://developers.facebook.com/docs/reference/plugins/like/ and
http://developers.facebook.com/docs/opengraphprotocol/
for detailed description.
You can use the Open Graph tags for both versions of the "like" button - iframe and XFBML.
Once you add the tags to your pages you can use http://developers.facebook.com/tools/debug to check if they are OK.

Share button does not show the image from the shared link

I do configure the Like and Share button on a website but the image that appear when a link is shared is not the same image fromthe link, it is some random image fromthe site
So another image is seen, but only when a user click on the link the right image is show.
How can i fix it ? any parameter ?
Check what Facebook is detecting on your page using the Debug tool: http://developers.facebook.com/tools/debug
If any of the Open Graph meta tags are missing on the links you're sharing, Facebook has to guess at the title/description/image/etc and it won't necessarily be the first/biggest/most prominent image or piece of text on the page

Facebook comment box connected to a certain photo

Im planning to show some facebook album pictures on a remote page. I would like to connect a facebook comment box (http://developers.facebook.com/docs/reference/plugins/comments/) to each photo. What url should i paste in the url attribute on the comment box to connect it with the comments posted on facebook? Thanks
Use the url that will take you directly to the photo itself (ie: http://www.facebook.com/photo.php?fbid=###&set=a.###). You can locate this url by right clicking one of your images in the thumbnail view and opening it in a new tab. Rather than opening it in the standard image viewer, it will open it a new tab by itself.

Facebook share button for each image in a WordPress post

I want run a contest. In this contest, I want say "please choose your favourite image." Every image should have their own Facebook share button. The button should share only the image, not the complete url.
I tried the like- and send buttons from Facebook, and it works okay, but if F click like and F put a comment it only publishes the link to the image and not the image itself. Also, it is only published to my Facebook wall if I put a comment. If I only click like, it doesn't.
I guess the easiest solution is to use the structure
Make sure to read this to specify the thumbnail you want: http://grafikdesign.wordpress.com/2010/02/10/facebook-sharespecifying-meta-tags-fbml-audio-flash-video-action-bar/