-
Hello! I've been trying to get a preview of my website to appear when I post links to it on Twitter, but nothing's been working. Open Graph works everywhere except Twitter. I've also tried specifying all Open Graph option, but to no avail. I've also tinkered around with Twitter Card options, and that's also not working. I'd really appreciate any input about what's the problem and how I can fix this. My website: https://forbo7.github.io |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Twitter does not use OpenGraph, thus the reason you see no card with your current settings. To note, there are online services to check social cards (OpenGraph and Twitter). Twitter also has a (developper) service to check Twitter cards from your website. Also what version of Quarto are you using? |
Beta Was this translation helpful? Give feedback.
-
The HTML of the page looks reasonable to me (including the correct metadata). I noticed that the title of your site includes the |
Beta Was this translation helpful? Give feedback.
-
From your updated |
Beta Was this translation helpful? Give feedback.
Twitter does not use OpenGraph, thus the reason you see no card with your current settings.
See https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started.
See Quarto documentation for Twitter cards: https://quarto.org/docs/websites/website-tools.html#twitter-cards.
To note, there are online services to check social cards (OpenGraph and Twitter). Twitter also has a (developper) service to check Twitter cards from your website.
Also what version of Quarto are you using?