Download Latest Version v2.1.0.zip (933.4 kB)
Email in envelope

Get an email when there's a new version of jekyll-twitter-plugin

Home / v2.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2016-10-23 717 Bytes
v2.0.0.tar.gz 2016-10-23 928.4 kB
v2.0.0.zip 2016-10-23 932.7 kB
Totals: 3 Items   1.9 MB 0
  • Replace Twitter gem with direct API requests to Twitter Publish platform
  • Remove the concept of API types - just pass the URL to Twitter API. As such it now supports Tweets, Timelines, Profiles, Moments, etc

Examples:

:::liquid
{% plugin_type twitter_url *options %}

# Example for timeline of the **jekyllrb** user with a maximum of 5 Tweets and with a width of 500px
{% twitter https://twitter.com/jekyllrb maxwidth=500 limit=5 %}
  • Remove Authentication & API keys - no longer needed
  • Output now wrapped in div with class jekyll-twitter-plugin
  • Added deprecation warnings for API key and oembed usage
  • Remove support for Ruby 1.9.3
Source: README.md, updated 2016-10-23