Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Web Photo Filter | 96 | 2 | 1 | 2 years ago | 29 | January 01, 2021 | mit | HTML | ||
A Web Component to apply Instagram-like WebGL filters to photos | ||||||||||
Webcomponent Instagram Widget | 76 | 8 months ago | 28 | other | JavaScript | |||||
🖼 Simple Instagram Widget: Photos Box of your Instagram Profile for your blog or website with this WebComponent. | ||||||||||
Instagram Card | 8 | 9 years ago | February 22, 2021 | JavaScript | ||||||
Web component to show a card of your profile on Instagram using Polymer | ||||||||||
Manzdev | 4 | a year ago | ||||||||
It's me! Manz! | ||||||||||
Instagram Timeline | 2 | 7 years ago | apache-2.0 | HTML | ||||||
Web component for obtain the timeline of the social network Instagram using Polymer | ||||||||||
Instagram Feed | 1 | 5 years ago | mit | TypeScript | ||||||
Provides an <instagram-feed> web component |
Last 9 Photos: Instagram Widget of your Instagram Profile for your blog. Show latest 9 pics from your instagram account.
⛔ DISCLAIMER: This is an unofficial instagram library and offers no warranty! All trademarks and logos belong to their respective owners.
This project is free, open source and I try to provide excellent free support. Why donate? I work on this project several hours in my spare time and try to keep it up to date and working. THANK YOU!
See Demo here. Photos from @ptkdev account:
@ptkdev
with your instagram username):<instagram-widget username="@ptkdev" grid="3x3"></instagram-widget>
</body>
):<script src="https://cdn.jsdelivr.net/npm/@ptkdev/[email protected]/dist/lib/en/instagram-widget.min.js"></script>
You can replace en
in jsdelivr cdn with it
or pl
and load different languages or replace @latest
with specific version, example @2.0.1
.
See folder examples
, run with npm run example
. Below is available a description of options
values.
npm install @ptkdev/webcomponent-instagram-widget --save
@ptkdev
with your instagram username):<instagram-widget username="@ptkdev" grid="3x3"></instagram-widget>
require("@ptkdev/webcomponent-instagram-widget");
or
import "@ptkdev/webcomponent-instagram-widget";
See folder examples
, run with npm run example
. Below is available a description of options
values.
Appearance
--> Widget
--> insert HTML Widget
and paste html code (and replace @ptkdev
with your instagram username):<instagram-widget username="@ptkdev" grid="3x3"></instagram-widget>
You can insert this html code in posts, widget, html box or theme. Where you want see instagram photos box.
npm install @ptkdev/[email protected] --save
:src/App.js
on header:import "@ptkdev/webcomponent-instagram-widget";
App.js
template (and replace @ptkdev
with your instagram username):<instagram-widget username="@ptkdev" grid="3x3"></instagram-widget>
Go to examples/reactjs
and run npm run start
in folder for more info. Below is available a description of options
values.
npm install @ptkdev/[email protected] --save
:app/app.modules.ts
on header:import "@ptkdev/webcomponent-instagram-widget";
@ptkdev
with your instagram username):<instagram-widget username="@ptkdev" grid="3x3"></instagram-widget>
Demo: https://webcomponents-60bc6.firebaseapp.com/instagram-widget
Go to examples/angular
and run yarn install
then yarn start
in folder for more info. Below is available a description of options
values.
Parameter | Description | Values | Default value | Available since |
---|---|---|---|---|
username | Set your instagram username | Your instagram username with or without @ | @ptkdev |
v1.0.0 |
items-limit | Set the max number of pictures | number: from 0 to 12
|
9 |
v1.1.0 |
grid | Set grid aspect ratio |
1x1 , 2x2 , 3x3 , etc... or responsive
|
responsive |
v1.1.0 |
image-width | Set width of images (NOTE: grid different than responsive overwrite this value) |
length units: 100% , 100px , 100pt
|
100% |
v1.1.0 |
image-height | Set height of images | length units: 100% , 100px , 100
|
100% |
v1.1.0 |
border-spacing | Set spacing around images | length units: 5% , 5px , 5pt
|
2px |
v2.1.0 |
border-corners | Set border radius of corners: 0 : square / 15 : rounded / 100 : circle |
number: from 0 to 100
|
5 |
v2.1.0 |
force-square | Force square aspect ratio if you post photos with different size on your instagram |
yes / no
|
yes |
v2.4.0 |
shadows | Show shadows css |
type1 , type2 , type3 , disabled
|
disabled |
v2.6.0 |
mouse-hover | Show animation with mouse hover |
type1 , disabled
|
disabled |
v2.6.0 |
show-title | Show alt/title with hover of mouse |
enabled / disabled
|
enabled |
v2.6.0 |
cache | Enable/disable fetch() cache |
enabled / disabled
|
enabled |
v2.1.0 |
<instagram-widget
username="@ptkdev"
grid="3x3"
force-square="yes"
items-limit="9"
image-width="100%"
image-height="100%"
border-corners="5"
border-spacing="2px"
></instagram-widget>
You can overwrite default css with selector ::part
, example:
<style>
instagram-widget::part(photo) {
border: 2px solid red;
}
</style>
Part attribute is, generally, suffix of a class. Use chrome inspector for get the correct value of part=""
attributes. See MDN selector ::part docs.
.tpl
suffix from config.js.tpl
file in configs
folder and fill it properly.npm install
npm run dev
Run npm run docs
Support this project by becoming a sponsor. 🙏 Become a sponsor on patreon or become top3 sponsor on ko-fi. Your logo will show up here with a link to your website.
Thank you to all our backers! 🙏 Become a backer on patreon.
I ❤️ contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together 👯 and remember to insert your name in .all-contributorsrc
and package.json
file.
Thanks goes to these wonderful people (emoji key):
Patryk Rzucidło 💻 🌍 📖 🐛 |
Emanuele Fricano 💻 🐛 |
Dominik Lubański 🐛 |
💰 In the future, if the donations allow it, I would like to share some of the success with those who helped me the most. For me open source is share of code, share development knowledges and share donations!
I love snake_case syntax sorry for this 😭 don't hate me.