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 2w ago

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

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

[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k59](/packages/verbb-formie)[wbrowar/guide

A CMS Guide for Craft CMS.

6154.6k1](/packages/wbrowar-guide)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)[verbb/footnotes

Adds a footnotes feature to CKEditor fields and Twig templates.

213.5k](/packages/verbb-footnotes)[jalendport/craft-preparse

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

1087.5k](/packages/jalendport-craft-preparse)[verbb/color-mixer

A set of Twig filters for modifying colors.

1321.1k](/packages/verbb-color-mixer)

PHPackages © 2026

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