bigcommerce / cornerstone

The BigCommerce Cornerstone theme
https://developer.bigcommerce.com/stencil-docs
286 stars 609 forks source link

missing thumbnail when sharing my page on facebook. #1270

Open bigmadness opened 6 years ago

bigmadness commented 6 years ago

missing thumbnail when sharing my page on facebook.

https://forum.bigcommerce.com/s/question/0D51B00004ReaDX/i-cant-see-a-thumbnail-when-sharing-my-page-on-facebook-how-can-i-change-this?s1oid=00D30000001FDCG&OpenCommentForEdit=1&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1528989651283&fromEmail=1&s1ext=0

sacr3dc0w commented 6 years ago

@bigmadness The home template doesn't include open graph meta tags in the header. One way around this that we've used where I work is to include this in templates/pages/home.html. This allows our sales reps to share our home page on LinkedIn/Facebook and the correct preview comes up.

{{#partial "head"}} <meta property="og:title" content="Creative Safety Supply - Industrial Label Printers, Floor Marking Tape, Safety Signs & Supplies"> <meta property="og:description" content="The leaders in visual safety - Create a Safer, Smarter Facility"> <meta property="og:image" content="https://www.creativesafetysupply.com/content/images/css-fb.jpg"> <meta property="og:image:secure_url" content="https://www.creativesafetysupply.com/content/images/css-fb.jpg"> <meta property="og:image:type" content="image/jpeg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="1200"> {{/partial}}

Hope this helps in the meantime until more pages/templates include Open Graph tags.

bigmadness commented 6 years ago

Hi @sacr3dc0w there is no problem with cornerstone old version. I don't think its good solution for all owner that use cornerstone new version.

junedkazi commented 6 years ago

@bigmadness do you know which was the last old version it worked ? So we can try to figure out which version broke it or if it is something which never worked.

bigmadness commented 6 years ago

I think Version: 1.13.2 theme.