Display Instagram User Profile With insta-feed.js Library

Category: Javascript , Social Media | January 14, 2022
AuthorPiyushSuthar
Last UpdateJanuary 14, 2022
LicenseMIT
Views727 views
Display Instagram User Profile With insta-feed.js Library

Are you looking for a way to show your Instagram feed on the website?

Now, you can use this JavaScript library to display Instagram user profiles containing the latest posts and follow buttons on the website with ease. Let’s get started.

How to use it:

1. Download and load the insta-feed.js library.

<script src="./src/insta-feed.js"></script>

2. Add the insta-feed component to the page and replace the Instagram username as follows.

<insta-feed username="instagram"></insta-feed>

You Might Be Interested In:


Leave a Reply