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
- Create a new widget at this link
- Copy the generated HTML code and paste it in a notepad.
- Search for
data-widget-id
. You should see something likedata-widget-id="xxxxxxxxxxxxxxxxx"
. - Copy the
xxxxxxxxxxxxxxxxx
numeric id. This is yourtwitter_widget_id
. - Edit/Add the below in
_config.yml
# Twitter
twitter_user: username
twitter_widget_id: xxxxxxxxxxxxxxxxx