AbanteCart Community

AbanteCart Development => Customization help => Topic started by: Jrald12 on April 04, 2015, 03:47:40 AM

Title: Change the thumbnail seen in facebbook
Post by: Jrald12 on April 04, 2015, 03:47:40 AM
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
Title: Re: Change the thumbnail seen in facebbook
Post by: snapchris on June 23, 2015, 04:18:00 PM
Add this to head.tpl

<meta property="og:image" content="image.png" />
Title: Re: Change the thumbnail seen in facebbook
Post by: ruires64 on September 12, 2017, 09:35:03 AM
hello

where is the root file to change this?

thanks
Title: Re: Change the thumbnail seen in facebbook
Post by: Basara on September 12, 2017, 09:44:54 AM
Hello.

You need to add facebook open graph tags to your template
Title: Re: Change the thumbnail seen in facebbook
Post by: ruires64 on September 12, 2017, 10:02:33 AM
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
Title: Re: Change the thumbnail seen in facebbook
Post by: ruires64 on September 13, 2017, 07:20:28 AM
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