Here´s what I did as a work-a-round solution to get the site logo visible in sharing my site on facebook.
1. Create/ choose the image you wish to show (optimal minimum size: 470x246)
2. Upload the image to
https://postimage.io/ and copy the DIRECT LINK
3. Edit header.tpl in "catalog --> view --> theme --> (your theme) --> template --> common"- folder
4. Insert this code to the top of the file:
Code: Select all
<meta property="og:image" content="https://your-permalink-here" />
5. Save file & Upload back to the server. (Replacing the old one)
6. Open facebook debugger tool:
https://developers.facebook.com/tools/debug/sharing/
7. Input your website url in the sharing debugger
8. Now as it loads the result, the old image you are trying to replace probably pops up again, but now click on the "SCRAPE"- button so many times, that you see your new image in preview.
9. Done, congratulations!
I hope this helps somebody, I did quite a struggle myself to get this working.
