sharing a link on facebook: how to get thumbnails? -


i've put in page's header following

<link rel="image_src" href="http://fractalsoft.s3.amazonaws.com/sfondo.jp2" /> 

but thumb not showing up.

i think problem image located outside site.

is there way solve this?

thanks!

ok, added inside tag , done:

<meta property="og:image" content="http://s3.amazonaws.com/andrea/photos/activities/26/medium.jpg?1304082168"/> 

and there other useful tags:

    <meta property="og:title" content="..."/>     <meta property="fb:app_id" content="..."/>     <meta property="og:type" content="activity"/>     <meta property="og:url" content="..."/>     <meta property="og:image" content="..."/>     <meta property="og:site_name" content="..."/>     <meta property="og:description" content="..."/> 

hope helps!


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -