• Resolved daodmin

    (@daodmin)


    When I’ve tried to share a post on Facebook the image doesn’t appear.

    Report number: BIHJXWBO

    Report date: 04/04/2023 14:09:42


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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    if (stripos($_SERVER['HTTP_USER_AGENT'],"facebook")!==false  ) {
    define( 'LITESPEED_GUEST', false );
    }

    please try add this to your wp-config.php , then purge all.

    Thread Starter daodmin

    (@daodmin)

    Thank you for your fast response! I did exactly what you wrote. Unfortunately, nothing has changed. ??

    Plugin Support qtwrk

    (@qtwrk)

    please try change the line

    define( ‘LITESPEED_GUEST’, false );

    to

    define( ‘LITESPEED_DISABLE_ALL’, false );

    purge all

    Thread Starter daodmin

    (@daodmin)

    Thank you for your assistance! The problem is solved: it was a conflict between A record and CNAME in DNS server.

    • This reply was modified 1 year, 11 months ago by daodmin.

    @daodmin what conflict was it? How did you find it? I’m experiencing the same problem and nothing seems to work!

    Thread Starter daodmin

    (@daodmin)

    @juliobornelli, I used a CNAME to use DNS on a hosting that I changed in the meantime, and it was erased. Quick.cloud could not find the external DNS and therefore had started using the A record. Therefore, I had to delete the CNAME record.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Issue with og:image on facebook’ is closed to new replies.