hashtaghistory.js

The simple instagram feed
View on Github Download zip (Demo included)

Introdoctuon

hashtaghistory.js is a jQuery plugin to make it easy for you to make an instagram feed from a hashtag. It uses a standard Ajax call to a standard instagram url witch provide the data in JSON format. That means no need for app token client ids.

The only dependency to make it work is jQuery.

Getting startet
It is really simple to use the plugin all you need to to is include jQuery and the hashtaghistory.js file where you include your other scrips in the project.

Then you just need to call the plugin on a DOM element that you want to be a container for the images. $("#demo1").hashtaghistory("coding"); There are only one required parmeter, and that is the hashtag you want to show the feed from.

This will give you the following output:

Note! The styling is made for this demo only, it is not included in the plugin.

Try it yourself

See the plugin in action


What hastag do you want to get the freed from?
How many items do you want?