Instagram posts page using Instagram API to get posts from your Instagram account.
Page is made using HTML5, CSS3, JavaScript and Bootstrap.
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.
To get photos from your profile you need to have ACCESS TOKEN and profile need to be public.
Follow this video 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.