{% oembed http://vimeo.com/2696386 width=960 %}
Add this line to your application's Gemfile
:
gem 'jekyll-oembed', :require => 'jekyll_oembed'
And then execute:
$ bundle
Execute:
$ gem install jekyll-oembed
Create the following plugin in your projects _plugins directory.
# _plugins/bundler.rb
require "rubygems"
require "bundler/setup"
Bundler.require(:default)
This will automatically require all of the gems specified in your Gemfile.
Create the following plugin in your projects _plugins directory.
# _plugins/jekyll-oembed-plugin.rb
require 'jekyll_oembed'
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)