Help with social card not showing up #7332
-
I just added the social plugin, and the preview cards are being rendered as I expect, but if I post a link to Mastodon, it doesn't render the card. Here's an example post https://mastodon.social/@johnsturgeon/112735617201938448 And here's the blog post: Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @johnsturgeon,
we can see that the image doesn't load and the image URL points to: taken from the website source: <meta property="og:image" content="https://newblog.johnsturgeon.me/assets/images/social/posts/2024-07-01-python-script-as-service.png" > This link doesn't load at all. I also noticed that the base of the URL is different than your actual page, so I tried changing it:
So change your
Note Also please keep in mind that services cache your shared URLs, so give it a couple of minutes / hours / re-shares to allow them to re-fetch your social cards. |
Beta Was this translation helpful? Give feedback.
-
You nailed it! and Thank you for the links to test the cards, those are great resources! |
Beta Was this translation helpful? Give feedback.
Hello @johnsturgeon,
using for example these page inspectors:
we can see that the image doesn't load and the image URL points to:
taken from the website source:
This link doesn't load at all. I also noticed that the base of the URL is different than yo…