News:

AbanteCart v1.4.2 is released.

Main Menu

Change the thumbnail seen in facebbook

Started by Jrald12, April 04, 2015, 03:47:40 AM

Previous topic - Next topic

Jrald12

how to change my thumbnail seen in facebook when i post the link on my site, when i paste my link it shows my old website logo how can i change it ?? thanks

snapchris

Add this to head.tpl

<meta property="og:image" content="image.png" />

ruires64

hello

where is the root file to change this?

thanks

Basara

Hello.

You need to add facebook open graph tags to your template

ruires64

hello
can u tell me why i make this

my website are .usedstuff.pt
when i try to share on facebook, the image is empty, or blank

can u help me

ruires64

#5
hello again

i find it and works

public_html / storefront / view /default /template / comon /head tlp

open head tpl and edit or past on line 6 to  down



   
<meta property="og:url" content="your site url start by http" />                           full url site
<meta property="og:title" content="description" />                                                description
<meta property="og:site_name" content=name you store " />                                 name or description
<meta property="og:type" content="website" />                                           dont change this line
<meta property="og:description" content="more descrition" />                    description of site or about site     
<meta property="og:image" content=" image url from your site " />      click one image on your site and see url
<meta property="og:image:width" content="800" />                               dont change this line
<meta property="og:image:height" content="360" />                               dont change this line
<meta property="fb:app_id" content="966242223397117" />               this is a default id facebook---dont change this line
</head>
<body>


reset cache on admin store

w..   developers.facebook.com/tools/debug/sharing/ 

if the image dont appears reset cache again




Forum Rules Code of conduct
AbanteCart.com 2010 -