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: 3 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T13:58:25.000Z (about 6 years ago)
- Last Synced: 2025-02-02T08:23:31.843Z (about 1 year 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
[](https://www.npmjs.com/package/instapost) 
# InstaPost (deprecated)
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');
});
```