Socket
Socket
Sign inDemoInstall

@nocodeapi/embed-instagram-feed

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nocodeapi/embed-instagram-feed

Webcomponent embed-instagram-feed following open-wc recommendations


Version published
Weekly downloads
375
decreased by-15.54%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Embed Instagram Feed MIT License

NoCodeAPI

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.

Preview

Desktop

Features

  • Responsive
  • Lightweight

Usage/Examples

  1. Get your Instagram API endpoint via NoCodeAPI - https://nocodeapi.com/instagram-api
  2. 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.

Full code sample

<!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>

FAQ

Does this work with Wordpress?

Yes, this plugin works with all websites

Is this plugin free?

Yes, it is completely free and open source.

Do I need to write code for this?

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.

How do I customise the style?

You would need to tweak and override the css classes in order to do this.

Support

For support, email hello@nocodeapi.com or join our Telegram channel.

Contributing

Contributions are always welcome!

Please feel free to raise a PR, so we can look into it.

Authors

Keywords

FAQs

Last updated on 03 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc