Skip to content

Commit

Permalink
Merge pull request #759 from jasper-clarke/master
Browse files Browse the repository at this point in the history
docs: add video tutorial, update instant-tokens pros and cons, more
  • Loading branch information
stevenschobert authored Jan 30, 2025
2 parents b533e80 + ccb2b0c commit 0f281fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Setting up Instafeed.js is pretty straight-forward - there are 3 main steps.
2. Create an access token and provide it to an Instagram Token service. See [Managing User Tokens](tokens).
3. Add the instafeed.js script to your web page and provide some simple options. See [Usage](usage).

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.

Instafeed.js is compatible with all of the following loading mechanisms:

- [Browser globals](#browser-globals)
Expand Down
2 changes: 1 addition & 1 deletion docs/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ Pros:

Pros:

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

Cons:

- Paid (Monthly or Annually Subscription)
- Closed-source
- Owned & operated by 3rd party (Coding Badger)
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can use the following templating tags:

## Accessing the Instagram API response

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.
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.

The fields currently available are:

Expand Down

0 comments on commit 0f281fb

Please sign in to comment.