We have implemented the posibility to integrate your Instragram feed directly on your web page. Boomerang is
using the Instafeed plugin in order to do that and we have optimized so you can configure it only by
replacing some HTML data attributes.
Get your client ID and access token from the Instagram Developer website. After this,
your are all set up and ready to go.
Replace the current data-user-id
if your own. If you don't know it, try to Google it.
You can define how many images you want to retrieve with the data-limit
attribute and the number of columns you want to display on a row with the data-col
attribute.
The Instafeed grid uses the same classes as the default Bootstrap grid system, so you can use it the same way - e.g: data-col="4" for displaying 3 images, data-col="6" for displaying 2 images and so on.