InstagramLatestPosts
Creator: Igor Sukhinin (suhinin)
About InstagramLatestPosts
This snippet allows us to get the latest posts from any Instagram user.
Access tokens are NOT required.
N.B.! Please take into account, 12 latest posts can be returned only as it's limited by Instagram.
Information
Released
March 25, 2018
Supported Database
MySQL
License
GPLv3.0
Supported Versions
2.2 - Current
Downloads
3,893
Instructions
Please read the documentation here:
https://github.com/igorsuhinin/modx-instagram-latest-posts/blob/master/README.md
New in 1.9.0-pl
[1.9.0] - 2018-03-25
- Fixed the code to follow the latest changes in Instagram feed. Thanks to @fonpixel
- Updated the snippet version
- Updated README file
[1.8.1] - 2018-03-09
- Fixed a bug when the snippet is called twice or more times on one page
- Fixed cacheDir parameter to save the cache correctly if there is more than one Instagram account. Thanks to @fonpixel
[1.8.0] - 2018-03-09
[1.7.0] - 2018-30-01
- Added post comments count
[1.6.0] - 2018-30-01
- Added post likes count. Thanks to @c0mat0se
[1.5.0] - 2017-11-15
- Fixed the code to follow the latest changes in Instagram feed
[1.4.0] - 2016-08-19
- Added post caption. Thanks to @ig0r74
[1.3.0] - 2016-04-19
- Added user information: profile picture, username, full name. Thanks to @mishantrop
[1.2.0] - 2016-12-18
- Added MODX caching to store the received data from Instagram for some time on the local server
[1.1.1] - 2016-12-12
- Updated configuration to use $modx->getOption() method
[1.1.0] - 2016-12-12
- Totally refactored the snippet code
[1.0.0] - 2016-12-09
- First public release