Linux 软件免费装

SocialEyes

开发者 thesaasfactory
更新时间 2026年6月13日 17:05
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

feed facebook social media instagram aggregator

下载

1.0.3

详情介绍:

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.

安装:

  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:
[socialeyes source="facebook" skin="masonry"] To force a theme, add theme="light" or theme="dark": [socialeyes source="facebook" skin="masonry" theme="dark"]

升级注意事项:

1.0.2 Minor code quality improvements. Recommended update. 1.0.1 WordPress.org compliance fixes. Recommended update for all users. 1.0.0 Initial release. Display Facebook Page posts in a beautiful template.

常见问题:

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.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0