Skip to content

Commit

Permalink
docs cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschobert committed Jan 24, 2025
1 parent bcb3eaa commit 3d99ee6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Instafeed.js <small>2.0.0</small>

> A simple Instagram JS plugin for your website.
> A simple Instagram JS plugin for your website
- Powered by the [Instagram API](https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login)
- Lightweight (12KB minified), with 0 dependencies
- Easily customizable with templating support
- Maintained and supported since 2012
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Installation

Setting up Instafeed is pretty straight-forward - there are 3 main steps.
Setting up Instafeed.js is pretty straight-forward - there are 3 main steps.

1. Create a Facebook app linked to a Professional Instagram Account, and add yourself as a test user. See [steps 1-6 of the official documentation](https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login/create-a-meta-app-with-instagram)
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)
3. Add the instafeed.js script to your web page and provide some simple options. See [Usage](usage).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These long-lived access tokens did come with a caveat, which is that it would re
[Instatoken Refreshers](https://github.com/jasper-clarke/instatoken-refreshers) is a collection of tools that can be used to manage your Instagram access tokens.

1. [instatokend](#instatokend)
2. instatoken-ga
2. [instatoken-ga](#instatoken-ga)

### instatokend

Expand Down

0 comments on commit 3d99ee6

Please sign in to comment.