Skip to content

v2.0.0

Compare
Choose a tag to compare
@rob-murray rob-murray released this 23 Oct 12:44
· 12 commits to master since this release
ae1d81b
  • 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:

{% 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