| 开发者 | thesaasfactory |
|---|---|
| 更新时间 | 2026年6月13日 17:05 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
socialeyes folder to /wp-content/plugins/[socialeyes source="facebook" skin="masonry"]
To force a theme, add theme="light" or theme="dark":
[socialeyes source="facebook" skin="masonry" theme="dark"]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.
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.
Version 1.0 supports Facebook Page posts. Instagram, Twitter, TikTok, and RSS feeds are coming in future updates.
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.
Yes. The [socialeyes] shortcode works anywhere WordPress shortcodes are supported, including Elementor, Divi, Gutenberg (Shortcode block), and all major page builders.
SocialEyes caches posts for 30 minutes by default (configurable in Settings). This reduces API calls and improves performance. Cache is automatically refreshed when expired.
Not yet. Version 1.0 displays one source at a time. Multi-source feed mixing is coming in "Blender".
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.