Example FrontMatter

---
twitter-timeline:
  name: TwitterDev
  type: like
  chrome: nofooter noscrollbar noborders transparent
  tweet_limit: 3
  inject_js: true
---

Example HTML

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