Releases: kasperlegarth/instastory.js
Crossorigin
v1.3.1 Update index.html
Data mode
There are much more possiblities than what my plugin offer. I have therefore made a "raw data mode" function to get all the data from the ajax call. For documentation please see: https://github.com/kasperlegarth/instastory.js#data-mode
Callback function
There has been added a new settings property called "after" this is a function that is called after the HTML has been generated.
Credit to: @elemis
Prevent request if no container
The plugin would request Instagram for data, even though the desired dom element was not present.
It now checks if there is DOM element before anything else.
Fixed caption bug
There was a bug with posts that had no captions. The script would simply break.
There have been made a fallback to an empty string if no captions were found.
The big one!
It has been quite a while since i last updated this plugin. But i haven't been sleeping that whole time 👍
The plugin can now handle user feeds also, so you can search for both hashtags and users to get a feed. That means that the name hashtaghistory is not fulfilling anymore. So i have changed the plugin name to instastory.
I have also added the option to generate custom HTML with the template option. Read the updated readme for more info.
I screwed up
I screwed up
So i kinda screwed up, think the download should be correct now.
Updated demo download link
Download link
I forgot to update the download link before last release. So the update comes here 👍
Version 1.0.1 - New demo page
Demo page
This is primarily a release including a demo page that shows what the plugin can do. There is a minor change to the plugin. It fixed a bug where the plugin would crash if the limit was higher than the number of images return by the ajax call.
Version 1.0 - Base release
Base Release
The release contains the first, and bare minium to make ths jQuery plugin work.
Read readme to get startet