Author Topic: Change the thumbnail seen in facebbook  (Read 6399 times)

Offline Jrald12

  • Newbie
  • *
  • Posts: 18
  • Karma: +2/-1
    • View Profile
Change the thumbnail seen in facebbook
« 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

Offline snapchris

  • Newbie
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
Re: Change the thumbnail seen in facebbook
« Reply #1 on: June 23, 2015, 04:18:00 PM »
Add this to head.tpl

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

Offline ruires64

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
Re: Change the thumbnail seen in facebbook
« Reply #2 on: September 12, 2017, 09:35:03 AM »
hello

where is the root file to change this?

thanks

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Change the thumbnail seen in facebbook
« Reply #3 on: September 12, 2017, 09:44:54 AM »
Hello.

You need to add facebook open graph tags to your template

Offline ruires64

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
Re: Change the thumbnail seen in facebbook
« Reply #4 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

Offline ruires64

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
Re: Change the thumbnail seen in facebbook
« Reply #5 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



« Last Edit: September 13, 2017, 07:27:03 AM by ruires64 »

 

Powered by SMFPacks Social Login Mod