by mirrorapps on WordPress.org
Easily embed a customizable Instagram Feed from Mirror App into your WordPress site using a simple shortcode.

Example of Instagram Feed embedded on a WordPress page
The Mirror App Instagram Feed plugin lets you seamlessly display Instagram content on your WordPress pages, posts, or sidebars.
All you need is a shortcode generated in your Mirror App dashboard. Paste it anywhere – and your feed instantly appears.
Unlike other Instagram feed plugins which require setup inside WordPress,
this plugin does not process data or perform authentication locally.
Everything is configured in Mirror App: account connection, feed management, design, and shortcode generation.
The plugin itself is a lightweight wrapper that only embeds your ready-made widget.
[mirror-app-social-gallery uuid]Our plugin does not process data or perform authentication inside WordPress.
It only embeds the ready-made widget created in Mirror App.
All account connections, feed management, and widget generation happen in Mirror App.
The plugin itself is a simple integration layer for displaying the widget on your WordPress site.
The plugin requires an active Mirror App account to create and manage widgets.
Need help?
– Visit our Help Center
– Open a topic in the WordPress Support Forum
– Or email us: support@mirror-app.com
For developers: integration with vendor/iframe-bridge
The plugin uses the @mirrorapp/iframe-bridge library for iframe management and ensuring proper interaction between the parent window and embedded content.
iFrameSetup(iframeElement)The library is already included in the plugin and automatically initializes for all iframes created by the plugin. For additional customization or extended functionality, refer to the documentation in vendor/iframe-bridge/README.md.
Complete documentation for using iframe-bridge is available in:
vendor/iframe-bridge/README.md
Key documentation topics:
– Installation and setup
– Usage examples with various frameworks (React, Vanilla JS)
– API reference
– Security and limitations
– Module formats (ESM, CJS, UMD)
For additional information, refer to the complete documentation in vendor/iframe-bridge/README.md