
內容簡介
Instaflax Social Feed 外掛讓您能在任何 WordPress 頁面上顯示 Instagram 內容,透過官方的 Instagram Graph API 安全連接帳戶,並使用即時的 Feed 自訂器設計您的動態,方便地嵌入至網站。
【主要功能】
• Instagram OAuth — 安全連接您的 Instagram 帳戶
• 多個動態 — 為不同頁面創建和管理獨立動態
• 動態自訂器 — 提供網格和輪播佈局的即時預覽
• 響應式設計 — 桌面、平板和手機的列數和貼文數可分開設定
• 點擊行為 — 可選擇開啟 Instagram 連結或禁用點擊
• 智能快取 — 可配置的快取持續時間減少 API 調用
外掛標籤
開發者團隊
原文外掛簡介
Instaflax Social Feed lets you show your Instagram content on any WordPress page using the official Instagram Graph API. Connect your account securely via OAuth, design your feed with a live Feed Customizer, and embed it anywhere with a simple shortcode.
Key Features
Instagram OAuth — connect your profile securely from the plugin dashboard
Multiple feeds — create and manage separate feeds for different pages
Feed Customizer — Grid and Carousel layouts with live preview
Responsive — separate column and post counts for desktop, tablet, and mobile
Profile header — profile name and bio options
Click actions — open Instagram link or disable click
Smart caching — reduce API calls with configurable cache duration
Automatic token refresh — background refresh keeps your feed running
Encrypted token storage — access tokens are AES-256 encrypted in the database
Connect requirements — Getting Started shows Professional Instagram account requirements before OAuth
Website confirmation — after Instagram authorization, confirm your site domain before the account is saved
Shortcodes
Only [instaflax_feed] is the recommended shortcode. Prefixed legacy aliases [instaflax_insta_feed] and [instaflax_inf_instagram_feed] are available for sites migrating from older shortcodes.
Display a saved feed:
[instaflax_feed id="1"]
Replace 1 with your feed ID shown in the All Feeds list.
Prefixed legacy shortcodes:
[instaflax_insta_feed id="1"]
Attribute override shortcode:
[instaflax_feed id="1" posts="6" columns="3" caption="true" layout="grid"]
[instaflax_inf_instagram_feed] is a prefixed legacy alias for backward compatibility.
Requirements
Instagram Professional account (Business or Creator); personal accounts are not supported
Outbound HTTPS access from your WordPress site to Instagram and the Instaflax OAuth proxy (one.mahihub.in)
After install, visit Settings → Permalinks once and click Save so /instagram-proxy-callback/ works on your site
For typical WordPress.org installs, you do not need your own Meta developer app or to register your site URL in Meta — Connect uses the Instaflax hosted OAuth proxy
Optional (advanced / self-hosted Meta app): set your Instagram App ID in includes/instaflax-instagram-oauth-config.php or define( 'INSTAFLAX_INSTAGRAM_APP_ID', 'YOUR_ID' ); in wp-config.php, and add https://yoursite.com/instagram-proxy-callback/ to your Meta app Valid OAuth Redirect URIs
External Services
This plugin connects to the following third-party services. By using this plugin, you agree to their respective terms and privacy policies.
Instagram (instagram.com / graph.instagram.com)
Used during OAuth authorization (instagram.com) and, after your account is connected, to fetch your Instagram profile, posts, and to refresh your long-lived access token (graph.instagram.com). During Connect, your browser is sent to Instagram through the Instaflax OAuth proxy; after you approve access, an authorization code is relayed to your site at /instagram-proxy-callback/. After connection, your long-lived access token is stored encrypted in your WordPress database and sent to the Instagram Graph API when the plugin fetches or refreshes feed data.
Instagram Terms of Use | Meta Privacy Policy
OAuth Proxy (one.mahihub.in)
Used for the Instagram connection flow and token exchange. When you click Connect Instagram, your browser is sent to the proxy authorize endpoint (/ig-proxy/authorize.php) with your site callback URL (return_to). The proxy redirects you to Instagram using a single fixed OAuth callback on the proxy (/ig-proxy/oauth-callback.php) so you do not need to register your domain in Meta. After you approve access, Instagram returns to the proxy, which relays the authorization code to your site at /instagram-proxy-callback/; the plugin then sends the code to the proxy (/ig-proxy/index.php) to obtain short-lived and long-lived access tokens. The App Secret is never stored in the WordPress plugin. Legal terms and privacy for this service are published by Instaflax at the links below.
Terms of Service | Privacy Policy
