# Blacklight::Oembed [![Gem Version](https://badge.fury.io/rb/blacklight-oembed.svg)](http://badge.fury.io/rb/blacklight-oembed) Oembed views for Blacklight search results ## Installation Add this line to your Blacklight application's Gemfile: gem 'blacklight-oembed' And then execute: $ bundle Or install it yourself as: $ gem install blacklight-oembed ## Usage Run the gallery generator: $ rails g blacklight_oembed:install ## Screenshot ![Screenshot](docs/screen_shot.png) ## Contributing 1. Fork it ( http://github.com//blacklight-oembed/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request