This plugin is brought to you by NoCodeAPI
Embed Instagram Feed is a free plugin that makes is easy for you to embed your Instagram feed (using NoCodeAPI) in your websites, wordpress blog, shopify sites & basically any html site.
Works on all devices out of the box, phones, tablets & desktops.
This is reliable and secure method to embed your instagram feed into your static webpages without any coding.
- Responsive
- Lightweight
- Get your Instagram API endpoint via NoCodeAPI - https://nocodeapi.com/instagram-api
- Add this script into your webpage.
<script
type="module"
src="https://unpkg.com/@nocodeapi/embed-instagram-feed@latest/embed-instagram-feed.js?module"
></script>
-
- Just place the
<embed-instagram-feed url="Your Instagram API from NoCodeAPI"></embed-instagram-feed>
into your webpage<body>
where you want to display your Instagram feed.
- Just place the
<!DOCTYPE html>
<html>
<head>
<title>Embed Instagram Feed</title>
<script
type="module"
src="https://unpkg.com/@nocodeapi/embed-instagram-feed@latest/embed-instagram-feed.js?module"
></script>
</head>
<body>
<embed-instagram-feed
url="Your Instagram API from NoCodeAPI"
></embed-instagram-feed>
</body>
</html>
Yes, this plugin works with all websites
Yes, it is completely free and open source.
No, we have handled this end to end, so all you need to do is, paste this in you website and you are good to go.
You would need to tweak and override the css classes in order to do this.
For support, email hello@nocodeapi.com or join our Telegram channel.
Contributions are always welcome!
Please feel free to raise a PR, so we can look into it.