We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Why isn't my social media image displaying correctly on Facebook?

Why isn't my social media image displaying correctly on Facebook?

thomasfedro
New Member
7 0 0

I can't get my image to show in FB. Doesn't seem to be pulling from the right place. I have it set on the social media image page?

Replies 3 (3)

PageFly-Oliver
Shopify Partner
878 190 191

Hi @thomasfedro 

 

you can try checking the meta tag.

it will show the image on the social media

PageFlyOliver_0-1709194769702.png

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

thomasfedro
New Member
7 0 0

And what do I check for? Have no clue

thomasfedro
New Member
7 0 0

this is what i see

 

{% if template contains 'product' %}
<meta property="og:type" content="product">
<meta property="og:title" content="{{ product.title | strip_html | escape }}">
{% for image in product.images limit:3 %}
<meta property="og:image" content="http:{{ image.src | img_url: 'grande' }}">
<meta property="og:image:secure_url" content="https:{{ image.src | img_url: 'grande' }}">
{% endfor %}