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-
Usage
Run the gallery generator:
$ rails g blacklight_oembed:install
Screenshot

Contributing
- Fork it ( http://github.com/
/blacklight-oembed/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request