Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zrna/instagram-posts-page

:camera: Instagram posts page using Instagram API
https://github.com/zrna/instagram-posts-page

instagram instagram-api instagram-post javascript

Last synced: about 1 month ago
JSON representation

:camera: Instagram posts page using Instagram API

Awesome Lists containing this project

README

        

# Instagram posts page API

## Screenshot

![instagram-posts-page](https://user-images.githubusercontent.com/22341530/53685229-2aea0500-3d18-11e9-903a-807ce56538f5.png)

## Description

Instagram posts page using Instagram API to get posts from your Instagram account.

Page is made using HTML5, CSS3, JavaScript and Bootstrap.

## Features

Default post view:

- instagram pictures and videos
- number of likes
- post description
- tags
- post date

Feel free to change the design or add/remove what you need.

## Instructions

To get photos from your profile you need to have **ACCESS TOKEN** and profile need to be **public**.

**Follow [this video](https://www.youtube.com/watch?v=WTBqQQN910A) to get your ACCESS_TOKEN**.

When you have access token go to **js/main.js file** and in the **line 2** set `const token` value to your access token (e.g. `const token = "11111111111.2222222.3a3a3a3a3a3a3a3a3a3a3a3a3a3a3a3a"`)

To set up number of posts just change `const photosNum` value in main.js.