Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show particular image as thumbnail while implementing share on Facebook?

I am trying to implement share this method. I am using the code as follows

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

Now when Facebook is showing it showing some thumbnails at left side. These images are picked from my website. How can I pick a particular image as thumbnail or at least stop it showing thumbnail?

You can check it with my blog address.

like image 238
Tanmoy Avatar asked Mar 27 '09 10:03

Tanmoy


People also ask

How do you change the image shown when sharing a webpage to Facebook?

If you share a link to your website, not a particular page, you can change what image is displayed within the Design area on your website. Under Design, click on Logo & Title, and scroll to the bottom. You'll see a spot to upload a Social Sharing Logo.

Can you pick your thumbnail on Facebook?

Find Video in your album. click on the pencil to edit. Scroll through thumbnail to choose picture. Save your edits.


1 Answers

From Facebook's spec, use a code like this:

<meta property="og:image" content="http://siim.lepisk.com/wp-content/uploads/2011/01/siim-blog-fb.png" /> 

Source: Facebook Share

like image 183
Efektiivsus Saavutamine Avatar answered Sep 20 '22 19:09

Efektiivsus Saavutamine