A lightweight JavaScript library to embed Medium blog posts on any website
Below is a live example showing the latest posts from Medium's official blog.
You can limit the number of posts using the limit attribute:
Embedding your Medium blog posts on any website is as simple as:
<tiltlr-blog username="yourusername"></tiltlr-blog>
<script src="tiltlr-blog.js"></script>
<link rel="stylesheet" href="style.css">
Just replace yourusername with your Medium username without the @ symbol.
<tiltlr-blog username="yourusername" limit="3"></tiltlr-blog>