PHPackages                             ryangittings/craft-instagram-feed - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ryangittings/craft-instagram-feed

ActiveCraft-plugin[Templating &amp; Views](/categories/templating)

ryangittings/craft-instagram-feed
=================================

A simple plugin for pulling Instagram posts in your templates.

1.0.2(8y ago)128MITPHP

Since Dec 20Pushed 8y agoCompare

[ Source](https://github.com/ryangittings/craft-instagram-feed)[ Packagist](https://packagist.org/packages/ryangittings/craft-instagram-feed)[ RSS](/packages/ryangittings-craft-instagram-feed/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

craft-instagram-feed
====================

[](#craft-instagram-feed)

A plugin for Craft CMS that allows you to retrieve your Instagram feed.

Installation
------------

[](#installation)

Upload the instagramfeed/ directory to your plugins/ directory.

Go to plugins and install/enable Instagram Feed.

Next, go to settings and enter your Instagram user id and access token.

Usage
-----

[](#usage)

instagramfeed has two available methods for you to call.

```
getFeed(int $numberOfPostsToRetrieve)

```

returns a multidimensional array of your instagram posts. Each post has four elements you can access.

- link (the link to your instagram post)
- url (the url of the image)
- likes (the number of likes the post recieved)
- comments (the number of comments the post recieved)

```
{% for image in craft.instagramfeed.getFeed(8) %}
    {{ image.link }}
    {{ image.url }}
    {{ image.likes }}
    {{ image.comments }}
{% endfor %}

```

```
isConnected()

```

Returns true if Instagram Feed succesfully connected to your instagram account

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity65

Established project with proven stability

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.

###  Release Activity

Cadence

Every ~15 days

Total

3

Last Release

3036d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5872869?v=4)[Ryan Gittings](/maintainers/ryangittings)[@ryangittings](https://github.com/ryangittings)

---

Tags

cmsCraftcraftcmscraft-plugincraft-instagram-feed

### Embed Badge

![Health badge](/badges/ryangittings-craft-instagram-feed/health.svg)

```
[![Health](https://phpackages.com/badges/ryangittings-craft-instagram-feed/health.svg)](https://phpackages.com/packages/ryangittings-craft-instagram-feed)
```

###  Alternatives

[lewisjenkins/craft-dynamic-fields

Populate Craft fields with dynamic data using the power of Twig.

14667.0k](/packages/lewisjenkins-craft-dynamic-fields)[nystudio107/craft-minify

A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.

37461.2k29](/packages/nystudio107-craft-minify)[jalendport/craft-preparse

A fieldtype that parses Twig when an element is saved and saves the result as plain text.

1086.4k](/packages/jalendport-craft-preparse)[craftpulse/craft-colour-swatches

Let clients choose from a predefined set of colours and utilise associated colour codes and class names in your templates.

3530.8k2](/packages/craftpulse-craft-colour-swatches)[verbb/footnotes

Adds a footnotes feature to CKEditor fields and Twig templates.

213.3k](/packages/verbb-footnotes)

PHPackages © 2026

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