v2.0.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:
{% 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 classjekyll-twitter-plugin
- Added deprecation warnings for API key and
oembed
usage - Remove support for Ruby 1.9.3