Socket
Socket
Sign inDemoInstall

@nocodeapi/embed-instagram-feed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

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
552
decreased by-10.39%
Maintainers
1
Weekly downloads
 
Created
Source

<embed-instagram-feed>

This plugin is developed by NoCodeAPI.

This is reliable and secure method to embed your instagram feed into your static webpages without any coding.

First step:

  • Get your Instagram API endpoint via NoCodeAPI ↳ https://nocodeapi.com/instagram-api

  • Add this script into your webpage <head> tag.

<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 feeds.

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>

Using npm package

Keywords

FAQs

Package last updated on 30 Jul 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc