Name | Modified | Size | Downloads / 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 classjekyll-twitter-plugin
- Added deprecation warnings for API key and
oembed
usage - Remove support for Ruby 1.9.3