Image in the Facebook Like dialog box

Q&A about the latest versions
Post Reply
Lvilleneuve
Posts: 54
Joined: Tue Mar 16, 2010 11:15 pm

Hi Hopki,

I have been able to add the Facebook button (J'aime) but... How can I get an image in the Facebook dialog box?

I want this image to be posted on every page of people who like a page. Here is the code I used...

http://www.facebook.com/share.php?u=htt ... index.html

Here is a link to my test

www.360-image.com/temp/test-vq/index.html
Tong
Posts: 313
Joined: Fri Apr 13, 2012 9:30 pm

<link rel="image_src" href="http://linktoyourimage.jpg"/>
</head>
Lvilleneuve
Posts: 54
Joined: Tue Mar 16, 2010 11:15 pm

Sorry but there is a missing link...
If my initial code was...
http://www.facebook.com/share.php?u=http://www.360-image.com/temp/test-vq/index.html
How do we integrate the code you sent me?
I do not understand because the code from Hopki does not have any link to an image or a specific post on the FB of GGS. Here is the initial code from Hopki...

http://www.facebook.com/share.php?u=http://gardengnomesoftware.com

Thanks in advance for the details.

Luc
Lvilleneuve
Posts: 54
Joined: Tue Mar 16, 2010 11:15 pm

Tong wrote:<link rel="image_src" href="http://linktoyourimage.jpg"/>
</head>
I also realized that you ended your post with </head>. Is it a hint to tell me that it should be in the HTML code of the image?
Tong
Posts: 313
Joined: Fri Apr 13, 2012 9:30 pm

yes, you have to place this in to head of html file with path to your image, so you will have thumbnail in facebook link
Post Reply