Monsted Social Feed
v1.0.0 · Stable
Minimalistic and highly customizable Instagram feed for WordPress. Connect Instagram once, then render a fast, cached feed anywhere using a simple shortcode.
terminal
# Upload to your site
$ wp plugin install monsted-social-feed.zip --activate
# Or upload via Dashboard
$ echo "Plugins > Add New > Upload Plugin"
✓ Plugin installed and activated.
Use it with a shortcode
Add the shortcode to any page/post (or inside a template block).
[monsted_social_feed]
# Limit posts
[monsted_social_feed limit="6"]
# Horizontal mode
[monsted_social_feed limit="6" horizontal="1"]
# Custom class
[monsted_social_feed class="my-custom-feed"]
Why this plugin
Fast + cached
Cached API responses for better performance.
Responsive layouts
Grid controls for desktop, tablet, and mobile.
Style controls
Global style controls directly in wp-admin.
Flexible shortcode
Use limit, horizontal, and class attributes.
Changelog
1.0.0
Initial stable release.
Stable tag