Frostbourn / instagram-widget

Simple, lightweight & easy-to-use Instagram Feed plugin for website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstagramFeed - Instagram profiles photos & stats

Fetch last 12 Instagram photos & profile stats.

How to use:

  1. Create RapidAPI access token at here: https://rapidapi.com
  2. Add newly created key into instagram-widget.js file.
  3. Add required files in your site header as like as bellow:
<link href="/src/css/instagram-widget.css" rel="stylesheet">
<script src="/src/js/instagram-widget.js"></script>

Embed the code below wherever you want the widget to be displayed:

<div class="instagram-widget"
     data-username="instagram"
     data-header="yes"
     data-width="80vw"
     data-color="#3897f0">
</div>

About

Simple, lightweight & easy-to-use Instagram Feed plugin for website

License:GNU General Public License v3.0


Languages

Language:JavaScript 51.8%Language:Less 48.2%