jorenvh/laravel-share

image not showing

Closed this issue · 2 comments

Hello ,
i have an ecommerce website and i'm trying to share my products in facebook using your
package however when i do share a product the thumbnail doesn't appear on facebook
it juste appears like this on facebook

Capture

You need to set og:image meta tag.

<meta property="og:image" content="URL_OF_THUMBNAIL" />

https://developers.facebook.com/docs/sharing/webmasters/images.

This package only generates sharing links. Not the meta tags.

@Nisarr thanks for answering this question.