PHPackages                             ideaseven/instagram-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ideaseven/instagram-plugin

ActiveOctober-plugin

ideaseven/instagram-plugin
==========================

No description provided yet...

111PHP

Since Nov 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/sotiriskast/oc-instagramFeed)[ Packagist](https://packagist.org/packages/ideaseven/instagram-plugin)[ RSS](/packages/ideaseven-instagram-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Instagram feed for octobercms.
==============================

[](#instagram-feed-for-octobercms)

After install go to backend/settings and find instagram. Add the access token and the number of images to be display.

Composer instalation
====================

[](#composer-instalation)

`composer require ideaseven/instagram-plugin`

Available properties:
---------------------

[](#available-properties)

PropertyInspector NameDescription`getInstagramFeed()`FunctionGet all images from instagrammPage variables
--------------

[](#page-variables)

VariableTypeDescription`permalink``string`String of `image url` rendering from instagram`media_url``String`String of `image path` rendering in front-end`media_type``String`String of `image type` for checking the type of rendering`caption``String`String of `description` rendering in front-endExample of custom markup
------------------------

[](#example-of-custom-markup)

```
{% set instagramFeed = getInstagramFeed() %}
{% for row in instagramFeed %}
    {% if row.media_type == 'IMAGE' %}

                {{ html_limit(row.caption, 55) }}{{ row.caption|length > 55 ? '...' }}

    {% endif %}
{% endfor %}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/efd42b1238f8f25c6513645a0426f5bd3a3b5814a477087321e832c9a63a745d?d=identicon)[Kastanas](/maintainers/Kastanas)

---

Top Contributors

[![sotiriskast](https://avatars.githubusercontent.com/u/35741191?v=4)](https://github.com/sotiriskast "sotiriskast (6 commits)")

### Embed Badge

![Health badge](/badges/ideaseven-instagram-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/ideaseven-instagram-plugin/health.svg)](https://phpackages.com/packages/ideaseven-instagram-plugin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
