So I am coding a blog website in that I want to show my Instagram Feed (example my username) and not only photos but also IG T.V and Reels. I tried a website Elfsight but they are showing their watermark. I don’t want it.
How can I embed the Instagram profile for free? Is it even possible?
Afaik a user of your website will need to actually log in to Instagram to view the data: the API needs an access token, and to do that front-end you will need that access token generated at the point in time the user wants to view your data. This isn’t very user friendly, but Instagram have severely restricted what can be accessed via API in the last year or two. It’s not a particularly open API : Instagram want users on the Instagram app, not some other random site. I assume the app you’ve looked at is using the Instagram API to access the data server-side, then generating the watermarked code
Firstly you have to visit an Instagram photo or video page on your desktop web browser, you will see a new share button on the right side of your photo under the comments button. Then click the button to see the embed code. Copy the block of text it gives you and paste it into your blog, website or article.