jekyll-twitter-plugin
By rob-murray
A Liquid tag plugin for Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API
To install, add this to your Gemfile:
gem "jekyll-twitter-plugin"
and run bundle install. To use, run Jekyll with
bundle exec preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve