Twitter card not working whereas everything seems in place

Hello everyone.

I’m stuck. I don’t know how ro make Twitter card work. I have tried many things.
Here is my webpage: https://mlinreallife.github.io/posts/press_review_1/

Can someone help me please?

Thank you very much.

Hello,

As far as I can tell the theme Hyde-Hyde, does not use the internal template for Twitter Cards as described here

You can override the theme’s partials/header.html template by creating a /layouts/ folder under the root of your project and copying the header partial at the same PATH i.e. /layouts/partials/header.html.

Then simply add the line {{ template "_internal/twitter_cards.html" . }} somewhere within the <head> tags to enable the Twitter Cards Template.

Thank you for your help!
I have no idea how I made it work but it works.
If you want to check that your post blog is correctly displayed, you can use the Twitter card validator:
https://cards-dev.twitter.com/validator

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.