Reply To: Text just showing 3 dots (…) instead of text from blog posts

Forums SNAP – WordPress Plugin Forums Text just showing 3 dots (…) instead of text from blog posts Reply To: Text just showing 3 dots (…) instead of text from blog posts

#40683
HDHomemaker
Participant

    If I look at the OG: Tags in the code on the home page, there’s nothing in the description area (I assume this is by design?):
    <meta property=”og:description” content=”” />

    If I drill into a post that’s not working (just getting a …), I get something like the following:
    <meta property=”og:description” content=”…” />

    When I use the Open Graph Object Debugger and run the post page through it, I get the following:
    <meta property=”og:description” content=”…” />

    The Scraped info the comes up in the debugger is as follows:
    <meta property=”og:description” content=”…”>

    I’m at a loss as to how to fix this.

    Any help is much appreciated.