Title: Yatoon Social Feed
Author: yatoon
Published: <strong>June 27, 2026</strong>
Last modified: June 27, 2026

---

Search plugins

![](https://ps.w.org/yatoon-social-feed/assets/banner-772x250.png?rev=3588167)

![](https://ps.w.org/yatoon-social-feed/assets/icon-256x256.png?rev=3588167)

# Yatoon Social Feed

 By [yatoon](https://profiles.wordpress.org/yatoon/)

[Download](https://downloads.wordpress.org/plugin/yatoon-social-feed.1.0.2.zip)

 * [Details](https://wordpress.org/plugins/yatoon-social-feed/#description)
 * [Reviews](https://wordpress.org/plugins/yatoon-social-feed/#reviews)
 *  [Installation](https://wordpress.org/plugins/yatoon-social-feed/#installation)
 * [Development](https://wordpress.org/plugins/yatoon-social-feed/#developers)

 [Support](https://wordpress.org/support/plugin/yatoon-social-feed/)

## Description

Yatoon Social Feed lets you show your Facebook Page photos and Instagram Business
account photos side by side (or separately) anywhere on your WordPress site, using
a simple shortcode.

Instead of a fragile one-click OAuth login (which frequently breaks as Meta changes
its app review requirements), this plugin uses **long-lived access tokens** that
you generate once via Meta’s own tools and paste into the settings screen. This 
keeps the plugin lightweight and avoids requiring you to create and maintain your
own Meta Developer App with special review permissions for basic photo display.

**Features**

 * Connect a Facebook Page using a permanent Page Access Token
 * Connect an Instagram Business account using an Instagram Access Token
 * Automatic background sync (hourly, twice daily, or daily) — or sync manually 
   with one click
 * Independent grid settings for Facebook and Instagram (columns, rows, spacing)
 * Optional profile header showing avatar, name, follower count, bio, and a Follow
   button — auto-synced from the connected accounts, no manual typing required
 * Simple shortcode: `[yatoon_social_feed]`
 * Lightweight: no external JavaScript SDKs loaded on your site, just your own photos

#### Pro Version

The free version displays a small “by Yatoon.com” credit beneath your photo grid.
[Upgrade to Pro](https://yatoon.com/social-feed/) to remove it.

**Shortcode usage**

    ```
    [yatoon_social_feed]
    [yatoon_social_feed platform="facebook"]
    [yatoon_social_feed platform="instagram"]
    [yatoon_social_feed platform="facebook" columns="3" rows="2"]
    ```

### External Services

This plugin connects to external APIs provided by Meta (Facebook/Instagram) to retrieve
photos and profile information. These calls are made server-side from your WordPress
installation — no Meta JavaScript SDK is loaded in visitors’ browsers.

**Facebook Graph API**
 Used to fetch your Facebook Page profile data (name, avatar,
follower count, bio) and Page photos. Data is sent when you verify your token and
during background sync. – Service: Facebook / Meta Platforms, Inc. – Endpoint: https://
graph.facebook.com/ – Terms of Service: https://developers.facebook.com/terms/ –
Privacy Policy: https://www.facebook.com/privacy/policy/

**Instagram Graph API**
 Used to fetch your Instagram Business account profile data
and media. Data is sent when you verify your token and during background sync. –
Service: Instagram / Meta Platforms, Inc. – Endpoint: https://graph.instagram.com/–
Terms of Service: https://developers.facebook.com/terms/ – Privacy Policy: https://
privacycenter.instagram.com/policy/

**Meta CDN (image serving)**
 After sync, your WordPress site displays photos using
their original URLs hosted on Meta’s content delivery network (e.g., `scontent-*.
cdninstagram.com`, `scontent-*.fbcdn.net`). When a visitor’s browser loads your 
page, it fetches these image files directly from Meta’s servers. No personal visitor
data is intentionally sent — this is a standard image request. – Privacy Policy:
https://www.facebook.com/privacy/policy/

No visitor data is collected or stored by this plugin. The only data transmitted
to Meta’s APIs is your access token (to authenticate requests) and API query parameters(
e.g., requested fields, pagination limits).

## Installation

 1. Upload the plugin files to `/wp-content/plugins/yatoon-social-feed`, or install
    the plugin through the WordPress Plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to the **Yatoon Social Feed** menu item in your WordPress admin sidebar.
 4. Follow the in-plugin setup guide to generate a Facebook Page Access Token and (
    optionally) an Instagram Access Token.
 5. Paste the token(s) and click Verify & Save.
 6. Click “Sync” to pull in your first batch of photos.
 7. Add the `[yatoon_social_feed]` shortcode to any page or post.

## FAQ

### Do I need a Facebook Developer account?

You need a free Meta Developer account to generate the access tokens this plugin
uses, since Meta requires all third-party API access to go through an App ID and
App Secret. The in-plugin setup guide walks you through this step by step. You do
not need to submit your app for Meta’s App Review for basic Page photo access — 
that’s only required for advanced permissions.

### How long do the tokens last?

A Facebook Page Access Token generated the way described in our setup guide does
not expire under normal use. An Instagram Access Token currently lasts about 60 
days; the plugin will continue working with the last-synced photos after expiry,
and you can generate a fresh token in a couple of minutes using the same setup guide.

### Does this plugin load Facebook’s or Instagram’s JavaScript SDK on my site?

No. All API calls happen server-side from your WordPress installation. Visitors 
to your site only see the photos themselves — nothing is loaded directly from Meta’s
servers in the visitor’s browser except the image files.

### What data does this plugin store?

The plugin stores your Facebook/Instagram access tokens and basic profile info (
name, avatar URL, follower count, bio) in the WordPress options table, and a local
cache of your synced photo metadata (image URL, caption, link, date) in a custom
database table. No visitor data is collected or stored.

### What happens to my data if I delete the plugin?

If you delete the plugin (not just deactivate it) from the Plugins screen, all of
its stored options and its database table are automatically removed.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Yatoon Social Feed” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ yatoon ](https://profiles.wordpress.org/yatoon/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

[Translate “Yatoon Social Feed” into your language.](https://translate.wordpress.org/projects/wp-plugins/yatoon-social-feed)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/yatoon-social-feed/),
check out the [SVN repository](https://plugins.svn.wordpress.org/yatoon-social-feed/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/yatoon-social-feed/)
by [RSS](https://plugins.trac.wordpress.org/log/yatoon-social-feed/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * Updated Meta Graph API endpoints from v19.0 to v25.0.
 * Improved Facebook photo sync fallback when the full images array is unavailable.
 * Facebook photos are now cached locally during sync to prevent expired Meta CDN
   URLs from breaking the front-end grid.
 * Added a configurable Meta API version setting for future Graph API version changes.

#### 1.0.1

 * Added optional Pro upgrade (removes the “by Yatoon.com” footer credit).
 * Fixed Plugin URI to a valid URL.
 * Bumped stable tag to match plugin version.

#### 1.0.0

 * Initial public release.
 * Facebook Page photo sync via permanent Page Access Token.
 * Instagram Business photo sync via Instagram Access Token.
 * Independent grid layout settings per platform.
 * Auto-synced profile header (avatar, name, followers, bio, follow button).
 * Scheduled background sync with manual sync option.

## Meta

 *  Version **1.0.2**
 *  Last updated **7 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [facebook](https://wordpress.org/plugins/tags/facebook/)[gallery](https://wordpress.org/plugins/tags/gallery/)
   [Instagram](https://wordpress.org/plugins/tags/instagram/)[photo grid](https://wordpress.org/plugins/tags/photo-grid/)
   [social feed](https://wordpress.org/plugins/tags/social-feed/)
 *  [Advanced View](https://wordpress.org/plugins/yatoon-social-feed/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/yatoon-social-feed/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/yatoon-social-feed/reviews/)

## Contributors

 *   [ yatoon ](https://profiles.wordpress.org/yatoon/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/yatoon-social-feed/)