Wrong Opengraph Tags

Blogger Help Forums Forums Blog Setup Help Wrong Opengraph Tags

This topic contains 2 replies, has 3 voices, and was last updated by   1 week, 5 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posts
  • #4353

    hello, i have a problem Wrong Image+ small image on sharing posts to Facebook from my site can you help me please this is my site link

    #4354

    Edit your template and delete

    <meta content='...' property='og:image'/>

    That should solve your primary issue(wrong image coming up)

    To get rid of the small image issue, change

    <meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>

    to

    <b:if cond='data:blog.postImageUrl'>
    <meta expr:content='data:blog.postImageUrl' property='og:image'/>
    </b:if>

    The answer is based on the assumption that these tags are present in your template(that’s very likely), but in case this doesn’t help, please email me your template and I will sort it out for you.

    • This reply was modified 2 years, 9 months ago.
    • This reply was modified 2 years, 9 months ago.
    #4560

    I write a blog for Trump immigration news.but in my blog occured some opengraph tags.thank you for sharing this information.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.