Forum Discussion
Drew_C
7 months agoBoss
I think I fixed this in Studio -> Community Style -> /skin -> Page Head Top Content by adding meta info for the Twitter card and image. It just displays our Community logo.
https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="${asset.get("/html/assets/company-community-logo.png")}" />
<meta property="og:image" content="${asset.get("/html/assets/company-community-logo.png")}" />
<meta property="og:image:alt" content="Company Community Logo" />
I'll look again, but this should at least get something to display for you.
Related Content
- 2 months ago
- 5 years ago
- 10 years ago