PHPackages                             austenc/statamic-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. austenc/statamic-instagram-feed

AbandonedArchivedStatamic-addon

austenc/statamic-instagram-feed
===============================

An instagram feed tag for Statamic

2.2.0(5y ago)62.7k[7 issues](https://github.com/austenc/statamic-instagram-feed/issues)MITPHP

Since Jun 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/austenc/statamic-instagram-feed)[ Packagist](https://packagist.org/packages/austenc/statamic-instagram-feed)[ RSS](/packages/austenc-statamic-instagram-feed/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (1)Versions (7)Used By (0)

THIS PACKAGE IS NOW UNMAINTAINED
================================

[](#this-package-is-now-unmaintained)

Sorry folks, but this package is painful to maintain, because it's not an official way of connecting to Instagram. Since Instagram is constantly trying to discourage web scraping, it means fixes are often needed to respond to those changes. As of today (04/13/2022), this repository will be marked as deprecated.

A more "official" alternative is .

If you insist on continuing down the rocky road of Instagram web scraping, see the following package (which always did the heavy lifting of this one, anyway):

*Feel free to [reach out on Twitter](https://twitter.com/austencam) if you want to take ownership of this repo.*

Statamic Instagram Feed [![Statamic 3](https://camo.githubusercontent.com/65c738abedccaab1509aeb9f86f4d3c0e67dfe6ff43693176a7794e4f01ae329/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746174616d69632d332d626c75652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/65c738abedccaab1509aeb9f86f4d3c0e67dfe6ff43693176a7794e4f01ae329/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746174616d69632d332d626c75652e7376673f7374796c653d666c61742d737175617265)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#statamic-instagram-feed-)

📸 **Easily embed an instagram feed in your Statamic site** 📸

### This version of the addon is only for Statamic 3+

[](#this-version-of-the-addon-is-only-for-statamic-3)

*This addon adds a fieldtype which gets images from instagram profiles. It uses web scraping under the hood, so beware, if Instagram changes something it may have issues! Generally, it's pretty stable.*

**For example:**

```
{{ instagram_feed limit="3" }}

{{ /instagram_feed }}

```

Requirements
------------

[](#requirements)

- Statamic 3
- Instagram credentials for an account with Multi-factor auth turned OFF

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

[](#installation)

Require the package with composer:

```
composer require austenc/statamic-instagram-feed

```

Configuration
-------------

[](#configuration)

> It is recommended to create a **dummy instagram account** without Two Factor Authentication to use with this addon.

For more information, check out the [underlying composer package](https://github.com/pgrimaud/instagram-user-feed).

You need to configure an Instagram username and password. Optionally, you can include a different profile for the feed to display.

Set the username/password `.env` file

```
INSTAGRAM_USERNAME='your-username'
INSTAGRAM_PASSWORD='your-password'
INSTAGRAM_PROFILE='profile-you-want-to-view'
```

> The username and password do not have to match the profile displayed, as long as the account can view the profile.

Usage
-----

[](#usage)

After configuring your Instagram username and password, use the `{{ instagram_feed }}` tag:

```
{{ instagram_feed }}

{{ /instagram_feed }}

```

> You may also use the `limit` parameter to restrict the number of recent posts

Post Fields
-----------

[](#post-fields)

Each post in the feed contains a number of fields for you to use.

FieldDescription`id`The post's Instagram ID`image`The URL of the image`caption`The caption of the post`thumb`The URL for the post's thumbnail`date`The date it was posted`comments`The total number of comments on the post`likes`The total number of likes on the post`link`The full URL to the post`height`The image's height`width`The image's widthAvailable Parameters
--------------------

[](#available-parameters)

OptionDefault ValueDescription`limit``12`The number of recent posts to pull`profile``null`The Instagram profile to displaySupport
-------

[](#support)

Find a bug? Have a feature request? I'd be happy to help! Open an issue [on github](https://github.com/austenc/statamic-instagram-feed)or reach out on twitter [@austencam](https://twitter.com/austencam) and I will get back to you when I can.

###  Health Score

26

↓

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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.

###  Release Activity

Cadence

Every ~13 days

Total

6

Last Release

2086d ago

### Community

Maintainers

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

---

Top Contributors

[![austenc](https://avatars.githubusercontent.com/u/575421?v=4)](https://github.com/austenc "austenc (19 commits)")[![edalzell](https://avatars.githubusercontent.com/u/6069653?v=4)](https://github.com/edalzell "edalzell (1 commits)")

### Embed Badge

![Health badge](/badges/austenc-statamic-instagram-feed/health.svg)

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

PHPackages © 2026

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