Example FrontMatter

---
twitter-timeline:
  name: TwitterDev
  width: 300
  height: 300
  chrome: nofooter noscrollbar noborders transparent
  tweet_limit: 3
  inject_js: true
---

Example HTML

<a class="twitter-timeline"
   href="https://twitter.com/TwitterDev"
   data-width="300"
   data-height="300"
   data-chrome="nofooter noscrollbar noborders transparent"
   data-tweet-limit="3">Tweets by @TwitterDev</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