• Resolved drjessechappus

    (@drjessechappus)


    I’m having problems with a specific blog post otherwise everything on my website is working well.

    At this link https://ultimatehealthpodcast.com/welcome/ there is a problem with the Google+ button not working, if I share the post on facebook a pic doesn’t come up and with the plugin wpSpoiler it only hides the first paragraph. Something must be wrong at this specific url.

    Any ideas?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • tsagita

    (@lemurianisindonesia)

    for facebook, add og(open graph) tags ex :
    <meta property=”og:type” content=”article” />
    <meta property=”og:url” content=”URL” />
    <meta property=”og:title” content=”TITLE” />
    <meta property=”og:site_name” content=”SITE NAME” />
    <meta property=”og:image” content=”FEATURED IMAGE” />
    <meta property=”og:description” content=”DESC” />
    on your header.php

    Thread Starter drjessechappus

    (@drjessechappus)

    thanks but i’m curious the root of the problem and why i’m having these other issues as well?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem with a specific blog post’ is closed to new replies.