Module: TwitterJekyll

Defined in:
lib/jekyll-twitter-plugin.rb

Overview

A Liquid tag plugin for Jekyll that renders Tweets from Twitter API. github.com/rob-murray/jekyll-twitter-plugin

Defined Under Namespace

Classes: ApiClient, ApiRequest, ErrorResponse, FileCache, NullCache, TwitterTag, TwitterTagNoCache

Constant Summary collapse

CONTEXT_API_KEYS =

TODO: remove after deprecation cycle

%w(consumer_key consumer_secret access_token access_token_secret).freeze
ENV_API_KEYS =
%w(TWITTER_CONSUMER_KEY TWITTER_CONSUMER_SECRET TWITTER_ACCESS_TOKEN TWITTER_ACCESS_TOKEN_SECRET).freeze
REFER_TO_README =
"Please see 'https://github.com/rob-murray/jekyll-twitter-plugin' for usage.".freeze
LIBRARY_VERSION =
"jekyll-twitter-plugin-v2.0.0".freeze
REQUEST_HEADERS =
{ "User-Agent" => LIBRARY_VERSION }.freeze