Title: SocialEyes
Author: thesaasfactory
Published: <strong>2026 年 6 月 13 日</strong>
Last modified: 2026 年 6 月 13 日

---

搜尋外掛

![](https://ps.w.org/socialeyes/assets/icon-256x256.png?rev=3570845)

# SocialEyes

 由 [thesaasfactory](https://profiles.wordpress.org/thesaasfactory/) 開發

[下載](https://downloads.wordpress.org/plugin/socialeyes.1.0.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/socialeyes/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/socialeyes/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/socialeyes/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/socialeyes/#developers)

 [技術支援](https://wordpress.org/support/plugin/socialeyes/)

## 外掛說明

**SocialEyes** is a modular social feed aggregator that displays posts from Facebook,
Instagram, Twitter, and other platforms in beautiful skin styles on your WordPress
site.

**Current version includes:**

— **Facebook integration** — display posts from any Facebook Page you manage
 — **
Masonry skin** — Pinterest-style grid, 3 columns on desktop, 2 on tablet, 1 on mobile—**
Light and dark themes** — automatic system preference detection or force a specific
theme — **Click to expand** — full post modal with images and complete text — **
Auto-advance** — optional automatic rotation on mouseover — **Customizable via CSS
variables** — full control over colors and styling

SocialEyes is built with a modular architecture. Future updates will add Instagram,
Twitter, TikTok, RSS feeds, and additional skins like Masonry grids and more.

### How it works

 1. Connect your Facebook Page (requires Page ID and Access Token)
 2. Add the `[socialeyes]` shortcode to any page or post
 3. Posts are fetched from Facebook’s Graph API and cached for performance
 4. Visitors see a beautiful masonry grid of your latest posts
 5. Click any post to view full content in a modal

Posts are cached for 30 minutes by default (configurable in settings). SocialEyes
fetches fresh posts automatically when the cache expires.

### Key features

**Modular architecture**
 — sources and skins are discovered automatically. Drop
new modules into folders and they appear in the admin panel. No code changes needed.

**Facebook source**
 — fetch posts from any Facebook Page you manage. Control image
handling (prefer images, all posts, or images only) and number of posts to fetch.

**Masonry skin (after Pin Interest model)**
 — 3 columns of posts visible on desktop,
1 on mobile. Click to expand, swipe gestures, keyboard navigation. Infinite loop
for seamless browsing.

**Theme system**
 — light and dark themes with CSS variables. Force a theme via 
shortcode or let users’ system preferences decide. Full customization available 
via CSS.

**Performance optimized**
 — feeds are cached in WordPress transients. Configurable
cache duration (5 minutes to 24 hours). AJAX loading prevents page blocking.

**Clean admin panel**
 — tabbed interface organized by Settings, Themes, and Sources.
Clear separation of concerns makes configuration intuitive.

### Roadmap

**v1.0.4** — Standalone JavaScript widget (use outside WordPress)
 **v1.1** — Instagram
Business integration **v1.2** — Twitter/X integration **v1.3** — Grid skin **v1.4**—
Multi-source feed mixing

### Getting your Facebook credentials

**Page ID:**
 1. Go to your Facebook Page 2. Click **About** in the left sidebar
3. Scroll down to find your Page ID

**Access Token:**
 1. Go to [Facebook Developers](https://developers.facebook.com/)
2. Create an app or use an existing one 3. Add the **Pages** product 4. Generate
a Page Access Token with `pages_read_engagement` permission 5. For long-lived tokens,
exchange your short-lived token using the Token Debugger

### External Services

**This plugin connects to the Facebook Graph API to fetch posts from Facebook Pages.**

**What is sent:**
 – Your Facebook Page ID – Your Facebook Access Token – Request
parameters (number of posts, fields to retrieve)

**When data is sent:**
 – When the plugin fetches posts from Facebook (every 30 
minutes by default, or when cache expires) – Data is sent from your WordPress server
to Facebook’s servers – No visitor data is sent to Facebook – only your server-side
credentials

**Service information:**
 – Service: Facebook Graph API (provided by Meta Platforms,
Inc.) – Privacy Policy: https://www.facebook.com/privacy/policy/ – Terms of Service:
https://www.facebook.com/terms.php – Developer Terms: https://developers.facebook.
com/terms

The plugin does not send any visitor information to Facebook. It only fetches publicly
available posts from Pages you manage using your own API credentials. All communication
happens server-side between your WordPress installation and Facebook’s API.

## 安裝方式

 1. Upload the `socialeyes` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Go to **SocialEyes** in the admin menu
 4. Navigate to **Sources** tab and enter your Facebook Page ID and Access Token
 5. Add the shortcode to any page or post:
 6. [socialeyes source=”facebook” skin=”masonry”]

To force a theme, add `theme="light"` or `theme="dark"`:

    ```
    [socialeyes source="facebook" skin="masonry" theme="dark"]
    ```

## 常見問題集

### Do I need a Facebook account?

Yes. SocialEyes fetches posts from Facebook Pages via the Graph API. You need to
manage the Page you want to display and have API credentials.

### Is SocialEyes free?

Yes. This version of SocialEyes is completely free and open source under GPL v2.
No external services, no subscriptions, no hidden costs.
 We are developing a significantly
enhanced version of this product – “SocialEyes Blender” – which will combine feeds
from multiple sources and offer more skin choices etc. This will be a commercial
product. This basic free version will always remain.

### What social networks are supported?

Version 1.0 supports Facebook Page posts.
 Instagram, Twitter, TikTok, and RSS feeds
are coming in future updates.

### Can I customize the appearance?

Yes. SocialEyes uses CSS variables for theming. You can override colors in **Appearance
Customize  Additional CSS**:

    ```
    :root {
      --socialeyes-primary: #your-color;
      --socialeyes-accent: linear-gradient(135deg, #color1, #color2);
    }
    ```

Full variable reference available in the documentation.

### Does it work with page builders?

Yes. The `[socialeyes]` shortcode works anywhere WordPress shortcodes are supported,
including Elementor, Divi, Gutenberg (Shortcode block), and all major page builders.

### How often are posts updated?

SocialEyes caches posts for 30 minutes by default (configurable in **Settings**).
This reduces API calls and improves performance. Cache is automatically refreshed
when expired.

### Can I display multiple sources together?

Not yet. Version 1.0 displays one source at a time. Multi-source feed mixing is 
coming in “Blender”.

### Will it slow down my site?

No. Posts are cached and loaded via AJAX after the page loads. The plugin uses vanilla
JavaScript with no dependencies (no jQuery), keeping the footprint small.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈SocialEyes〉的開發相關工作。

參與者

 *   [ thesaasfactory ](https://profiles.wordpress.org/thesaasfactory/)

[將〈SocialEyes〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/socialeyes)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/socialeyes/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/socialeyes/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/socialeyes/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/socialeyes/)。

## 變更記錄

#### 1.0.3

 * Added: Masonry skin — Pinterest-style grid layout
 * Added: SocialEyes Blender promo in admin Skins tab
 * Improved: Modal close button z-index and image max-height
 * Improved: Removed unimplemented notifications UI (coming in Blender)
 * Fixed: Complete rename from FeedWorks to SocialEyes (at the request of wordpress.
   org)

#### 1.0.2

 * Fixed: Added wp_unslash() to $_GET variables as recommended by plugin-check
 * Improved: Code quality and WordPress coding standards compliance

#### 1.0.1

 * Fixed: Proper wp_enqueue usage for scripts
 * Fixed: Facebook Graph API disclosure in External Services section
 * Fixed: Nonce sanitization with wp_unslash and sanitize_text_field
 * Improved: Compliance with WordPress.org plugin guidelines

#### 1.0.0

 * Initial public release
 * Facebook Page integration via Graph API
 * Masonry skin – Pinterest-style grid, 3 columns on desktop
 * Light and dark theme support with CSS variables
 * Auto-advance on hover, click to expand modal
 * Configurable cache duration and post count
 * Modular architecture for future expansion

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/socialeyes/)
 * 標籤:
 * [aggregator](https://tw.wordpress.org/plugins/tags/aggregator/)[facebook](https://tw.wordpress.org/plugins/tags/facebook/)
   [feed](https://tw.wordpress.org/plugins/tags/feed/)[Instagram](https://tw.wordpress.org/plugins/tags/instagram/)
   [social media](https://tw.wordpress.org/plugins/tags/social-media/)
 *  [進階檢視](https://tw.wordpress.org/plugins/socialeyes/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/socialeyes/reviews/)

## 參與者

 *   [ thesaasfactory ](https://profiles.wordpress.org/thesaasfactory/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/socialeyes/)