Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arkdevuk/instapost
- Owner: arkdevuk
- License: mpl-2.0
- Created: 2019-05-31T08:21:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T13:58:25.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T08:05:10.468Z (25 days ago)
- Topics: embed, instagram, instagram-embed, instapost, javascript, npm, npm-package, web, website, widget
- Language: JavaScript
- Size: 29.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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');
});
```