• Resolved Programmer

    (@lagiosman)


    Hello, I have a serious problem.

    I am using external futured image function.

    On website works 100% even with a second plugin for related posts.

    Does not work at all when I am trying to share a post on Google+ or Facebook or other social network.

    Shares the post without image.

    The image does not show at all, not even in the preview window, before share.

    Can you help me please?

    I don’t believe it’s a themes problem.

    Everything is updated with the latest wordpress version.

    Thanks, Nicolas….

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi Nicolas,

    The information you see on a social post is obtained from certain meta tags included in your page. If you take a look at the source code of the page you shared, you’ll see that, for example, the following Twitter meta tag is available:

    
    <meta name="twitter:image" content="https://i.ytimg.com/vi/El-c4LW-Efc/maxresdefault.jpg" />
    

    But only these Facebook meta tags are:

    
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="article" />
    <meta property="og:title" content="Trump: Google, Twitter, Facebook 'better be careful' - Chipsetus Vlog" />
    <meta property="og:description" content="Spread the love President Trump addresses charges he made on Twitter that social media giants are ‘suppressing voices of conservatives’ during an Oval Office meeting with FIFA on the 2026 World Cup. FOX News Channel (FNC) is a 24-hour all-encompassing news service dedicated to delivering breaking news as well as political and business news. The &hellip;" />
    <meta property="og:url" content="https://chipsetus.com/2018/08/28/trump-google-twitter-facebook-better-be-careful/" />
    <meta property="og:site_name" content="Chipsetus Vlog" />
    

    In other words, it’s missing an og:image meta tag.

    Our plugin doesn’t include those tags at all, since we assume they’re either added by your theme or a plugin such as Yoast SEO. You should figure out what component is adding those tags in your page and see why og:image is not being included.

    Thanks David, i tried tons of combinations, but installing yoast finally solve the problem of featured images, thanks, great plugin!

    Plugin Author David Aguilera

    (@davilera)

    That’s awesome news! I’m glad we could help.

    And please don’t forget to rate our plugin ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post shared without images’ is closed to new replies.