I made a small plugin to embed a static Twitter timeline in layouts or content

I wanted a way to embed my Twitter timeline on my blog, but I really don’t like the idea of pulling in external scripts to do so. So I made this plugin to do it statically on every build. Maybe somebody else will find it useful too :slight_smile:

2 Likes

Love this wonderful little plugin! My question is if the plugin loads tweets on building, how do you keep the timeline up to date, do you use something like a scheduled GitHub action on your blog?

I host my website on a VPS, so I set up a cronjob that builds it every five minutes, but a scheduled GH action would probably work great too.

1 Like