> For the complete documentation index, see [llms.txt](https://bernardo.gitbook.io/development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bernardo.gitbook.io/development-docs/various/web/twitter_card.md).

# Twitter Card

This is a set of [metadata](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started.html) which allows embedding page content into tweets. Usually this means that a tweet will display a summary of the page.

## Metadata Tags

With this example a tweet will show a summary of the page:

```markup
<!-- Twitter Card -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:creator" content="@BernardoMartG"/>
<meta name="twitter:title" content="Docs Bootstrap Template Demo"/>
<meta name="twitter:description"
      content="Check the demo for the Docs Bootstrap Template, a modern template for documentation sites"/>
```
