-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview image doesn't appear when sharing post #529
Comments
I have similar experiences, when I share a post on LinkedIn, the image preview it shows is the first image in the post, not the preview image. |
In my case, either no image or the default chirpy logo was showing when I shared the post on social media. I'm loading the post's images from another repository, so that might be the reason. I managed to get the desired image in those miniatures by changing the YAML header in the posts from: img:
src: 'xxxxxxxxxxx' to img: 'xxxxxxxxxxxx' However, this doesn't entirely solve the problem, because now the image doesn't appear on the post itself. I'm considering adding it back using the regular '! [Name] (path)' sintax. Finally, I also added a default image (my avatar) to the files in the |
Hey guys, This seems to be a bug caused by the development: SEO meta tags ( |
Checklist
master
branch.Description
Hi, I recently updated my blog to the latest version of the theme using the Chirpy starter respository, following the instructions from the README. After customizing my site, I created a few posts and deployed them succesfully using github and github actions.
However, I just noticed that when trying to share the posts on social media, the preview image no longer appears on the open graph miniature as it did on previous versions. Looking at the generated files, I realized that the index.html file for each of the posts does not contain the meta tag with the
og:img
property and the corresponding source.Could you please tell me if this is an intended behavior? And if it is, is there anyway I could implement this feature?
Thank you very much for this excellent theme!
Camilo.
The text was updated successfully, but these errors were encountered: