Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Releases: kasperlegarth/instastory.js

Crossorigin

08 Mar 08:03
bb04a1b
Compare
Choose a tag to compare
v1.3.1

Update index.html

Data mode

10 Jun 07:53
076eb87
Compare
Choose a tag to compare

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

26 Nov 06:30
ae3448a
Compare
Choose a tag to compare

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

07 Nov 13:52
b4b0eec
Compare
Choose a tag to compare

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

06 Nov 16:15
d7d8d02
Compare
Choose a tag to compare

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!

19 Jul 12:12
83321f0
Compare
Choose a tag to compare

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

29 Mar 08:34
Compare
Choose a tag to compare

I screwed up

So i kinda screwed up, think the download should be correct now.

Updated demo download link

29 Mar 08:29
Compare
Choose a tag to compare

Download link

I forgot to update the download link before last release. So the update comes here 👍

Version 1.0.1 - New demo page

29 Mar 07:58
6c9f60a
Compare
Choose a tag to compare

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

06 Mar 15:19
431587a
Compare
Choose a tag to compare

Base Release

The release contains the first, and bare minium to make ths jQuery plugin work.
Read readme to get startet