DEV Community

Piyush Suthar
Piyush Suthar

Posted on

 

UnOfficial Instagram Widget For Your Website/Portfolio 🔥

Want to show your Instagram feed and Follower count on your Website/Portfolio?
Then this post is helpful for you.

Insta-Feed.js

Show your Instagram profile on your website. 🌈

GitHub logo PiyushSuthar / insta-feed.js

Show your Instagram profile on your website. 🌈

Insta-Feed.js

Show your instagram profile on your website. 🌈

GitHub pull requests

View Demo - Codepen

Usage 🔥

include this CDN in your html file.

<script src="https://cdn.jsdelivr.net/gh/piyushsuthar/insta-feed.js@1.0/src/insta-feed.min.js" ></script>
Enter fullscreen mode Exit fullscreen mode

And use this html tag in your HTML. Make sure to change username= value to your username.

<insta-feed username="piyushsthr"></insta-feed>
Enter fullscreen mode Exit fullscreen mode

This works only on the client side, won't work on a server.

Demo

View Demo

Try on Codepen

Insta-Feed JS Demo

Dev.to Article 🦄

Latest Dev.to

Similar Projects

Medium widget Dev.to widget

Contributing 🤝

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show Your Support

Give a ⭐️ if this project helped you!


Made with and Javascript

Usage

Just include this CDN in your HTML file.

<script src="https://cdn.jsdelivr.net/gh/piyushsuthar/insta-feed.js@1.0/src/insta-feed.min.js"></script>
Enter fullscreen mode Exit fullscreen mode

After adding this CDN, Now put this HTML tag anywhere you would like to show it.

Don't forget to change username= value to your Instagram Username.

<insta-feed username="piyushSthr"></insta-feed>
Enter fullscreen mode Exit fullscreen mode

Demo

View Live Demo OR Try On Codepen

Insta-Feed.js Demo

Inspired by Saurabh Daware's Dev-Widget

GitHub logo saurabhdaware / DEV-widget

Unofficial Widget/profile card for https://dev.to/

Top comments (0)