Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arkdevuk/instapost

Embed instagram post for lazy dev :D
https://github.com/arkdevuk/instapost

embed instagram instagram-embed instapost javascript npm npm-package web website widget

Last synced: 25 days ago
JSON representation

Embed instagram post for lazy dev :D

Awesome Lists containing this project

README

        

[![npm ](https://img.shields.io/npm/v/instapost.svg?style=flat-square)](https://www.npmjs.com/package/instapost) ![GitHub file size in bytes](https://img.shields.io/github/size/arkdevuk/InstaPost/dist/instapost.min.js.svg?style=flat-square)

# InstaPost
Embed instagram post for lazy dev :D

## Use as npm package

See on [npm](https://www.npmjs.com/package/instapost)

```
npm install -D instapost
```

## Basic Use

See the [Demo](https://codepen.io/jclf2018/full/yWRmrV) on codepen.io

```html

















document.addEventListener("DOMContentLoaded", function() {
instapost.init('div.instapost');
});


```