2.9.0 • Published 3 years ago

@ptkdev/webcomponent-instagram-widget v2.9.0

Weekly downloads
140
License
MIT
Repository
github
Last release
3 years ago

🌉 WebComponent: Instagram Widget

npm.io npm.io npm.io npm.io npm.io npm.io

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.

🎁 Support: Donate

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!

npm.io npm.io npm.io npm.io

npm.io npm.io

📎 Menu

💡 Features

  • ✔️ Easy to use
  • ✔️ MIT License
  • ✔️ Without jQuery depencence
  • ✔️ Configurable with attributes
  • ✔️ Customization with CSS Style
  • ✔️ Work with: Browserify / Webpack / ReactJS / Angular / Wordpress
  • ✔️ Photos Widget of your Instagram Profile for your blog or website with this WebComponent
  • ✔️ Translations: 🇬🇧 🇮🇹 🇵🇱 (Help me ❤️)

👔 Screenshot

See Demo here. Photos from @ptkdev account:

WebComponent: InstagramWidget

🚀 Installation (Web)

  1. Add html code to your page (and replace @ptkdev with your instagram username):
<instagram-widget username="@ptkdev" grid="3x3"></instagram-widget>
  1. Require javascript in yourpage (before </body>):
<script src="https://cdn.jsdelivr.net/npm/@ptkdev/webcomponent-instagram-widget@latest/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.

📦 Installation (NPM Module - Browserify/Webpack)

  1. Install npm module: npm install @ptkdev/webcomponent-instagram-widget --save
  2. Add html code to your page (and replace @ptkdev with your instagram username):
<instagram-widget username="@ptkdev" grid="3x3"></instagram-widget>
  1. Require javascript in your app:
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.

📖 Installation (Wordpress)

  1. Download wordpress plugin from official store or mirror and install it.
  2. Add code to your html widget, example: 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.

⚛️ Installation (React)

  1. Install npm module with npm install @ptkdev/webcomponent-instagram-widget@latest --save:
  2. Import module in your src/App.js on header:
import "@ptkdev/webcomponent-instagram-widget";
  1. Add html code to your 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.

🅰️ Installation (Angular)

  1. Install npm module with npm install @ptkdev/webcomponent-instagram-widget@latest --save:
  2. Import module in your app/app.modules.ts on header:
import "@ptkdev/webcomponent-instagram-widget";
  1. Add html code to your html component (and replace @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.

🧰 Options / Attributes

ParameterDescriptionValuesDefault valueAvailable since
usernameSet your instagram usernameYour instagram username with or without @@ptkdevv1.0.0
items-limitSet the max number of picturesnumber: from 0 to 129v1.1.0
gridSet grid aspect ratio1x1, 2x2, 3x3, etc... or responsiveresponsivev1.1.0
image-widthSet width of images (NOTE: grid different than responsive overwrite this value)length units: 100%, 100px, 100pt100%v1.1.0
image-heightSet height of imageslength units: 100%, 100px, 100100%v1.1.0
border-spacingSet spacing around imageslength units: 5%, 5px, 5pt2pxv2.1.0
border-cornersSet border radius of corners: 0: square / 15: rounded / 100: circlenumber: from 0 to 1005v2.1.0
force-squareForce square aspect ratio if you post photos with different size on your instagramyes / noyesv2.4.0
shadowsShow shadows csstype1, type2, type3, disableddisabledv2.6.0
mouse-hoverShow animation with mouse hovertype1, disableddisabledv2.6.0
show-titleShow alt/title with hover of mouseenabled / disabledenabledv2.6.0
cacheEnable/disable fetch() cacheenabled / disabledenabledv2.1.0

HTML Code with attributes:

<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>

🎨 CSS Customization

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.

🔨 Developer Mode

  1. Download nightly, beta or stable.
  2. Remove .tpl suffix from config.js.tpl file in configs folder and fill it properly.
  3. Run npm install
  4. Run npm run dev

📚 Documentation

Run npm run docs

👑 Sponsors

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.

npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io

🦄 Backers

Thank you to all our backers! 🙏 Become a backer on patreon.

npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io

👨‍💻 Contributing

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):

💰 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!

📲 Tools

npm.io npm.io npm.io

npm.io npm.io npm.io npm.io npm.io

🐍 Sorry for snake_case

I love snake_case syntax sorry for this 😭 don't hate me.

💫 License

  • Code and Contributions have MIT License
  • Images and logos have CC BY-NC 4.0 License (Freepik Premium License)
  • Documentations and Translations have CC BY 4.0 License
Copyleft (c) 2020 Patryk Rzucidło (@PTKDev) [support@ptkdev.io](mailto:support@ptkdev.io)