Twitter displays default Xenforo logo instead of scraping the Open Graph logo

JackieChun

Well-known member
When a page from my forum is posted on reddit or Facebook, those sites properly scrape and show the open graph logo that I have specified in the code below:

Code:
<meta property="og:image" content="https://example.com/img/opengraph.png" />

However, Twitter seems to be ignoring that logo and is displaying the default Xenforo square logo instead. Is my code incorrect? Thanks.

P.S. I meant to post this in Support, please move.
 
Last edited:
Thanks, Brogan. For those who are wondering, the size of the image wasn't compliant, so some social media sites picked it up and others didn't. Re-made the logo in 350x350 pixels, and it works now.
 
Top Bottom