Skip to content

Commit 0f281fb

Browse files
Merge pull request #759 from jasper-clarke/master
docs: add video tutorial, update instant-tokens pros and cons, more
2 parents b533e80 + ccb2b0c commit 0f281fb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Setting up Instafeed.js is pretty straight-forward - there are 3 main steps.
66
2. Create an access token and provide it to an Instagram Token service. See [Managing User Tokens](tokens).
77
3. Add the instafeed.js script to your web page and provide some simple options. See [Usage](usage).
88

9+
If you prefer to watch a video tutorial, check out [this video](https://www.youtube.com/watch?v=Mo9VeW849KE) which covers all the above steps.
10+
911
Instafeed.js is compatible with all of the following loading mechanisms:
1012

1113
- [Browser globals](#browser-globals)

docs/tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ Pros:
106106

107107
Pros:
108108

109-
- Free to use
110109
- No setup required, just sign in with your Instagram account.
111110

112111
Cons:
113112

113+
- Paid (Monthly or Annually Subscription)
114114
- Closed-source
115115
- Owned & operated by 3rd party (Coding Badger)

docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use the following templating tags:
5858

5959
## Accessing the Instagram API response
6060

61-
The [raw data object](https://developers.facebook.com/docs/instagram-basic-display-api/reference/media/) returned by Instagram, plus any attributes you add using the `transform` function are accessible via the `model` tag. eg: `{{model.id}}` returns the post's ID.
61+
The [raw data object](https://developers.facebook.com/docs/instagram-platform/reference/instagram-media#fields) returned by Instagram, plus any attributes you add using the `transform` function are accessible via the `model` tag. eg: `{{model.id}}` returns the post's ID.
6262

6363
The fields currently available are:
6464

0 commit comments

Comments
 (0)