Example FrontMatter

---
twitter-timeline:
  name: Twitter
  type: list
  list: official-twitter-accounts
  chrome: nofooter noscrollbar noborders transparent
  tweet_limit: 3
  inject_js: true
---

Example HTML

<a class="twitter-timeline"
   href="https://twitter.com/TwitterDev/lists/official-twitter-accounts"
   data-width="auto"
   data-height="600"
   data-chrome="nofooter noscrollbar noborders transparent"
   data-tweet-limit="3">
  Tweets from https://twitter.com/TwitterDev/lists/official-twitter-accts
</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Example output

Note, the following is not associated with this site and is referred to only to remain consistent with official Twitter API documentation