Skip to content
An Octopress 2.0 twitter aside plugin
HTML
Find file
Failed to load latest commit information.
LICENSE.md Update and rename LICENSE to LICENSE.md
README.md Update README.md
twitterOcto.html Update styling

README.md

octopress-twitter-aside

An Octopress 2.0 twitter aside plugin to embed twitter timelines, latest tweets, etc.

Installation

Get the plugin.

> git clone https://github.com/raisedadead/octopress-twitter-aside.git ./source/_includes/custom/asides/ota

Configuration

  1. Create a new widget at this link
  2. Copy the generated HTML code and paste it in a notepad.
  3. Search for data-widget-id. You should see something like data-widget-id="xxxxxxxxxxxxxxxxx".
  4. Copy the xxxxxxxxxxxxxxxxx numeric id. This is your twitter_widget_id.
  5. Edit/Add the below in _config.yml
# Twitter
twitter_user: username
twitter_widget_id: xxxxxxxxxxxxxxxxx
Something went wrong with that request. Please try again.