Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Twitter cards

Alexis Tacnet edited this page Apr 19, 2017 · 4 revisions

Twitter cards

You can share your article on Twitter using the article link, and Twitter will show a summary card with the params of the post (meta_img is the image of the card) :

title = "Test title"
description = "Test description"
meta_img = "/images/test.jpg"

If you don't specify a meta image, it will take the global parameter social_banner in the config.toml :

social_banner = "img/banner.png"

Result

Go check this tweet : https://twitter.com/fuegowolf/status/830794858575040512 to see an example.

Clone this wiki locally