Widget showing Instagram post for given hash, user id or localization.
BigosInstagramBox works with Rails 3.1 onwards. You can add it to your Gemfile with:
gem "bigos_instagram_box", :git=>"git://github.com/weban/bigos_instagram_box.git"
Gems "jquery-rails" and "bigos_settings" are required
Run the bundle command to install it.
After you install BigosInstagramBox and add it to your Gemfile, you need to run the generator:
rails generate bigos_instagram_box:install
You should create Instagram App get [App Client Id], [App Client Secret] and obtain [App Access Token]
You must use this access token in the initilizers/bigos_instagram_box.rb initializer You can specify one, two or three methods (By hashtag, user name, user id and location). Posts will be merged Please set generated settings
You can use to generate view you can overwrite
rails generate bigos_instagram_box:views