• Resolved Brendan Plank

    (@brendan-plank)


    Facebook and Twitter are not picking up my thumbnails when I share my posts (The page link above is an example. It is not working for all of my posts.) I’m using SNAP to share and WPSSO Core to set the open graph and thumbnail data. When I run the facebook debugger, it gives me three warnings:

    1) Inferred Property
    The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.

    2) Extraneous properties specified
    The following properties are specified on the webpage but NOT supported for the specified ‘og:type’: article:section

    3) Missing Properties
    The following required properties are missing: og:type, og:image, fb:app_id

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    You should have gotten some warnings from WPSSO when editing that post/page — you have some duplicate meta tags:

    
    <meta property="og:image" content="https://reflectvideo.com/wp-content/uploads/2018/06/Erin-Burnett-Chaos-after-Trump-stops-separating-families.jpg" />
    

    You must remove / disable that meta tag.

    The WPSSO meta tags look good. Have you checked the FAQs? This one would seem relevant: https://wpsso.com/docs/plugins/wpsso/faqs/why-does-facebook-show-the-wrong-image-text/

    FYI – Here are the WPSSO meta tags for your webpage (note that the og:image meta tags are present):

    
    <!-- wpsso meta tags begin -->
    <meta name="wpsso:mark:begin" content="wpsso meta tags begin"/>
    <!-- generator:1 --><meta name="generator" content="WPSSO Core 4.5.2/F"/>
    <link rel="shortlink" href="https://reflectvideo.com/?p=114280"/>
    <meta property="fb:app_id" content="183669785701419"/>
    <meta property="og:url" content="https://reflectvideo.com/erin-burnett-chaos-after-trump-stops-separating-families/"/>
    <meta property="og:type" content="article"/>
    <meta property="og:locale" content="en_US"/>
    <meta property="og:site_name" content="ReflectVideo.com"/>
    <meta property="og:title" content="Erin Burnett: Chaos after Trump stops separating families"/>
    <meta property="og:description" content="CNN's Erin Burnett and panelists break down the Trump administration's scramble to reverse its own practice of separating immigrant families at the US-Mexico border."/>
    <!-- og:image:1 --><meta property="og:image" content="https://reflectvideo.com/wp-content/uploads/2018/06/Erin-Burnett-Chaos-after-Trump-stops-separating-families-600x315.jpg"/>
    <!-- og:image:1 --><meta property="og:image:width" content="600"/>
    <!-- og:image:1 --><meta property="og:image:height" content="315"/>
    <meta property="article:publisher" content="https://www.facebook.com/rflctvid/"/>
    <meta property="article:published_time" content="2018-06-24T19:56:59+00:00"/>
    <meta property="article:modified_time" content="2018-06-24T19:56:59+00:00"/>
    <meta property="article:section" content="News"/>
    <!-- article:tag:1 --><meta property="article:tag" content="boris-sanchez"/>
    <!-- article:tag:2 --><meta property="article:tag" content="cnn"/>
    <!-- article:tag:3 --><meta property="article:tag" content="erin-burnett"/>
    <!-- article:tag:4 --><meta property="article:tag" content="erin-burnett-out-front"/>
    <!-- article:tag:5 --><meta property="article:tag" content="happening-now"/>
    <!-- article:tag:6 --><meta property="article:tag" content="latest-news"/>
    <!-- article:tag:7 --><meta property="article:tag" content="politics"/>
    <!-- article:tag:8 --><meta property="article:tag" content="president-donald-trump"/>
    <!-- article:tag:9 --><meta property="article:tag" content="us"/>
    <meta property="og:updated_time" content="2018-06-24T19:56:59+00:00"/>
    <meta name="weibo:article:create_at" content="2018-06-24 19:56:59"/>
    <meta name="weibo:article:update_at" content="2018-06-24 19:56:59"/>
    <meta name="twitter:domain" content="reflectvideo.com"/>
    <meta name="twitter:site" content="@ReflectorVideo"/>
    <meta name="twitter:title" content="Erin Burnett: Chaos after Trump stops separating families"/>
    <meta name="twitter:description" content="CNN's Erin Burnett and panelists break down the Trump administration's scramble to reverse its own practice of separating immigrant families at the US-Mexico border."/>
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:image" content="https://reflectvideo.com/wp-content/uploads/2018/06/Erin-Burnett-Chaos-after-Trump-stops-separating-families-600x338.jpg"/>
    <link itemprop="url" href="https://reflectvideo.com/erin-burnett-chaos-after-trump-stops-separating-families/"/>
    <meta itemprop="name" content="Erin Burnett: Chaos after Trump stops separating families"/>
    <meta itemprop="description" content="CNN's Erin Burnett and panelists break down the Trump administration's scramble to reverse its own practice of separating immigrant families at the US-Mexico border."/>
    <meta itemprop="datePublished" content="2018-06-24T19:56:59+00:00"/>
    <meta itemprop="dateModified" content="2018-06-24T19:56:59+00:00"/>
    <meta name="author" content="reflector"/>
    <noscript itemprop="author" itemscope itemtype="https://schema.org/Person">
    	<meta itemprop="name" content="reflector"/>
    </noscript>
    <noscript itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
    	<link itemprop="url" href="https://reflectvideo.com/wp-content/uploads/2018/06/Erin-Burnett-Chaos-after-Trump-stops-separating-families-800x450.jpg"/>
    	<meta itemprop="width" content="800"/>
    	<meta itemprop="height" content="450"/>
    </noscript>
    <meta name="wpsso:mark:end" content="wpsso meta tags end"/>
    <!-- wpsso meta tags end -->
    <!-- added on 2018-06-24T20:34:28+00:00 in 0.000919 secs from https://reflectvideo.com -->
    

    js.

Viewing 1 replies (of 1 total)

The topic ‘Facebook & Twitter Thumbnail, Open Graph’ is closed to new replies.