team image not showing on facebook posts

Options
I am hoping you can sport the error. For some reason the photos are not being published to facebook posts. It appears in draft, then when the fb post is published the photo disappears.

Thank you in advance.


++++++++++++++++ code from wrapper


<meta property="og:image" content="url to image" />

<meta property="og:title" content="title of the page" />

<meta property="og:description" content="add a short description of the page or content"/>

[[S51:polar/reus_Teamraiser_head_polar]]


++++++++++++++++ code from pagebuilder 



<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1">


    [[?x[[S334:pg]]x::xpersonalx::


<meta property="og:description" content="[[E130:"[[C1:title_field]]" ".." "" replaceall ]]" />

<meta property="og:image" content="http://[[S29:DOMAIN]][[E130:"[[C4:graphic_upload]]" ".." "" replaceall ]]" />

    <meta property="og:image:width" content="300">

<meta property="og:image:height" content="300">

<meta property="og:image:type" content="image/jpeg" />

    ::


<meta property="og:image"

      content="https://[[S29:SECURE_DOMAIN]]/nyso/images/content/pagebuilder/slide-1-[[S80:trID]].jpg">

<meta property="og:description" content="[[A12]]">

<meta property="og:image:width" content="1145">

<meta property="og:image:height" content="485">

<meta property="og:image:type" content="image/jpeg" />

    ]]


<meta property="og:url" content="[[S8]]">

<meta property="og:title" content="[[E42:[[S42:0:fr-id]]:title:true]]">

<meta property="og:type" content="website">



 
Tagged:

Comments

  • Hey Darcie!  Could you share a page for us where this is being loaded on the front end?  That'll help track it down!
  • I am sorry, we moved from this code to the one I posted below from another pagewrapper. The original code seems to be missing the "call' for the Team photo but I could not seem to add it.

    While this is not perfect, it works for what we needed. And that was the team picture to show on FB.


    <!-- Begin Open Graph Content -->

    [[?x[[S334:pg]]x::xpersonalx::<meta property="og:description" content="[[E130:"[[C1:title_field]]" ".." "" replaceall ]] [[E48:[[S42:0:fr-id]]:cons.first_name:screenname]] [[E48:[[S42:0:fr-id]]:cons.last_name:screenname]]" /><meta property="og:url" content="[[S8]]"><meta property="og:image"  content="https://[[S29:SECURE_DOMAIN]]/nyso[[E130:"[[C4:graphic_upload]]" ".." "" replaceall ]]" /><meta property="og:image:width"  content="300" /><meta property="og:image:height"  content="300" />::[[?x[[S334:pg]]x::xteamx::<meta property="og:description" content="Join/Donate to the [[E48:[[S334:fr_id]]-[[S1:cons_id]]:team-name]] team" /"><meta property="og:url content="[[S8]]"><meta property="og:image"  content="https://[[S29:SECURE_DOMAIN]]/nyso[[E130:"[[C4:graphic_upload]]" ".." "" replaceall ]]" /><meta property="og:image:width"  content="300" /><meta property="og:image:height"  content="300" />::<meta property="og:title" content="[[E42:[[S42:0:fr-id]]:title:true]]"><meta property="og:description" content="[[S0:SITE_NAME]] - Hope to see you there."><meta property="og:url" content="[[S8]]"><meta property="og:image" content="https://[[S29:SECURE_DOMAIN]]/nyso/images/content/pagebuilder/slide-1-[[S80:trID]].jpg"><meta property="og:image:width"  content="1200" /><meta property="og:image:height"  content="300" />]]]]

    <!-- End Open Graph Content -->

Categories