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

Commit 4a71037

Browse files
Update README.md
1 parent 26f1518 commit 4a71037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# instastory.js
2-
This is a jQuery plugin to make it easier for developers to implement instagram feeds on websites. There is no need for access tokens and stuff like that. Use good old Jquery.
2+
This is a jQuery plugin to make it easier for developers to implement instagram feeds on websites. There is no need for access tokens and stuff like that. Use good old jQuery.
33

44
**Table of contents**
55
* [Getting startet](#getting-startet)
@@ -59,7 +59,7 @@ Here is the full list of options and their default value.
5959

6060
| Option | Type | Default | Description |
6161
| ------ | ---- | ------- | ----------- |
62-
| get | string | "" | Define wath hashtag to get the images from. This is the only option that is required to make it work. If nothing is defined as the hashtag, the plugin will return false. |
62+
| get | string | "" | Define wath hashtag or username to get the images from. Remember to include either "#" or "@" This is the only option that is required to make it work. If nothing is defined as the get parameter, the plugin will return false. |
6363
| imageSize | int\|string | 150 | Define what size you want the plugin to return the images in. Instagram provide images (thumbnails) in the following sizes: `150`, `240`, `320`, `480`, `640`. You can also get the raw image by defining `"raw"`as you image size. The raw image size have the original dimensions (not a sqaure) If the you specify a size that isn't reconized it will return 150. |
6464
| limit | int | 6 | Define how many images you want the plugin to return. The max limit for an user feed is: `12` and the max limit for a hashtag feed is: `70` if limit is higher than descriped it will return the max limit |
6565
| link | boolean | true | Define if you want the images to be wrapped in links to the post. |

0 commit comments

Comments
 (0)