Title: BlueBook Feed Sync
Author: rstake
Published: <strong>Marso 20, 2026</strong>
Last modified: Hulyo 3, 2026

---

Maghanap ng mga plugin

![](https://ps.w.org/bluebook-feed-sync/assets/banner-772x250.png?rev=3487495)

![](https://ps.w.org/bluebook-feed-sync/assets/icon-256x256.png?rev=3487495)

# BlueBook Feed Sync

 Ni [rstake](https://profiles.wordpress.org/rstake/)

[I-download](https://downloads.wordpress.org/plugin/bluebook-feed-sync.3.13.13.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/bluebook-feed-sync/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/bluebook-feed-sync/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/bluebook-feed-sync/#installation)
 * [Development](https://tl.wordpress.org/plugins/bluebook-feed-sync/#developers)

 [Suporta](https://wordpress.org/support/plugin/bluebook-feed-sync/)

## Deskripsyon

BlueBook Feed Sync is a professional WordPress plugin that displays your social 
page feed with multiple layouts, full customization, multi-feed management, and 
an interactive lightbox. Easy setup, fully customizable, and lightweight. Multiple
layouts, interactive lightbox, video support, and multi-feed management.

#### Multi-Feed Manager

Create unlimited feeds, each with their own settings. Perfect for sites that need
different feeds on different pages.

 * Feed selector dropdown to switch between feeds
 * Create, duplicate, rename, and delete feeds
 * New feeds automatically inherit connection settings from the primary feed
 * Per-feed shortcodes with unique ID
 * Override any setting directly in the shortcode

#### Layouts

 * **List** — Single-column vertical feed (max-width 960px)
 * **Masonry** — Pinterest-style multi-column grid
 * **Carousel** — Multi-card horizontal slider with snap-based swipe navigation,
   dot indicators, and arrow buttons
 * **Boxed** — Clean CSS Grid layout with subtle borders

#### Header Styles

**Visual Header** with 4 layout presets: Classic, Compact, Banner, and Clean.

**Text Header** with Facebook icon and custom text.

Both header types support custom backgrounds (theme, solid color, gradient, transparent),
page name override, show bio toggle, and bio/description override.

#### Lightbox

All posts open in a split-layout lightbox with full-size image or inline video, 
post text, author info, engagement stats, thumbnail strip for multi-photo galleries,
arrow and swipe navigation, and keyboard support. Infinite scroll — when you reach
the last loaded post, the next batch loads automatically so you can keep browsing
without leaving the lightbox. Text-only posts display in a clean full-width layout
instead of a split view.

#### Video Support

 * **YouTube** — Auto-detected from shared links with privacy-enhanced embedding
 * **Facebook Videos** — Thumbnail with play button, embedded via Facebook plugin

#### Color System

Three built-in schemes (Inherit, Light, Dark) plus a full custom palette with 9 
individually configurable colors.

### Third-Party Services

This plugin connects to external services to retrieve and display social media content.
No data is sent without your explicit configuration.

#### Facebook Graph API

Used to fetch page posts, page info (name, bio, avatar, cover photo), and to verify
your access token.

 * Service: Meta Platforms, Inc.
 * Website: [https://developers.facebook.com/](https://developers.facebook.com/)
 * Terms of Service: [https://developers.facebook.com/terms/](https://developers.facebook.com/terms/)
 * Privacy Policy: [https://www.facebook.com/privacy/policy/](https://www.facebook.com/privacy/policy/)

Data sent: your Facebook Page ID and Page Access Token. Requests are made server-
side when the feed cache expires or when you click “Verify Connection” in the admin
panel.

#### Facebook CDN (Image Hosting)

Profile pictures, cover photos, and post images are loaded directly from Facebook’s
image servers (scontent.xx.fbcdn.net) when a page containing the feed is rendered.
This means Meta can see the visitor’s IP address as soon as the page loads, before
any interaction.

 * Service: Meta Platforms, Inc.
 * Privacy Policy: [https://www.facebook.com/privacy/policy/](https://www.facebook.com/privacy/policy/)

#### Facebook Video Embed

When a visitor clicks play on a Facebook video, the video is embedded via an iframe
from Facebook’s servers.

 * Service: Meta Platforms, Inc.
 * Embed URL: https://www.facebook.com/plugins/video.php
 * Terms of Service: [https://developers.facebook.com/terms/](https://developers.facebook.com/terms/)
 * Privacy Policy: [https://www.facebook.com/privacy/policy/](https://www.facebook.com/privacy/policy/)

#### YouTube

On any page that displays the feed, the plugin loads the YouTube iframe API so that
any YouTube videos shared in your posts can play inline. When a post actually contains
a YouTube video, its thumbnail image is fetched from YouTube’s servers.

 * Service: Google LLC
 * Website: [https://www.youtube.com/](https://www.youtube.com/)
 * Terms of Service: [https://www.youtube.com/t/terms](https://www.youtube.com/t/terms)
 * Privacy Policy: [https://policies.google.com/privacy](https://policies.google.com/privacy)

The YouTube iframe API script (https://www.youtube.com/iframe_api) is loaded on 
pages that display the feed. Thumbnail images are fetched from https://img.youtube.
com/. Video embeds use the privacy-enhanced domain https://www.youtube-nocookie.
com/.

#### Open Graph Image Recovery

When a shared post has no image from the Graph API, the plugin makes a single server-
side HTTP request to the post’s permalink or link target URL to extract the Open
Graph (og:image) meta tag. This request is made from your web server, not from the
visitor’s browser. The recovered image URL is cached for one hour.

 * This may connect to any website linked in a shared post (e.g., facebook.com, 
   youtube.com, or any external URL shared on the page)
 * Data sent: a standard HTTP GET request with a User-Agent header
 * No visitor data is transmitted — the request originates from the server only
 * Privacy policies of the target websites apply to their handling of these requests

## Blocks

Ang plugin na ito ay nagbibigay ng 1 block.

 *   BlueBook Feed Display a customizable social page feed.

## Pag-install

 1. Download `bluebook-feed-sync.zip`.
 2. In WordPress admin, go to **Plugins > Add New > Upload Plugin**.
 3. Upload the zip file and click **Install Now**.
 4. Activate the plugin.
 5. Go to **BlueBook Feed** in the admin menu to configure your connection.

## FAQ

### How do I get a Facebook Access Token?

You need to create a Meta (Facebook) App at developers.facebook.com, then use the
Graph API Explorer to generate a Page Access Token. See the full guide in the plugin’s
admin page or the included README.md.

### Can I display multiple feeds on the same site?

Yes. Use the Multi-Feed Manager to create additional feeds, each with their own 
settings. Display them using the shortcode with an ID parameter, e.g. `[bbfsync_feed
id="2"]`.

### Can I override settings in the shortcode?

Yes. Any setting key can be used as a shortcode attribute, e.g. `[bbfsync_feed layout
="carousel" posts_desktop="6" color_scheme="dark"]`.

### How does caching work?

The plugin caches API responses to minimize Facebook API calls. You can clear the
cache from the Connect tab in the plugin settings (under “Advanced”). The minimum
cache duration is 15 minutes.

### Can I extend the plugin from my theme or another plugin?

Yes. As of 3.10.0 the plugin exposes 9 documented WordPress filter and action hooks
covering Graph API field selection, post data and HTML rendering, cache duration,
and lifecycle events. Full documentation with copy-paste examples lives in `docs/
hooks.md` inside the plugin folder. Examples include: filtering posts by date before
caching, adding badges to posts containing specific hashtags, busting your page 
cache when the feed refreshes, and overriding the Graph API field set. All hooks
are stable within the 3.x major version.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “BlueBook Feed Sync” ay open source software. Ang mga sumusunod na tao ay nag-
ambag sa plugin na ito.

Mga Contributor

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

[Isalin ang “BlueBook Feed Sync” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/bluebook-feed-sync)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/bluebook-feed-sync/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/bluebook-feed-sync/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/bluebook-feed-sync/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/bluebook-feed-sync/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.13.13

 * New: “Show Load More button” toggle under Style  Load More Button lets you hide
   the pagination button entirely, so a feed shows just your configured number of
   posts as a fixed showcase. Default is on (unchanged behaviour). Also renamed 
   the “Lightbox & Video” settings card to “Image & Video Viewer”.
 * New: “Image size on tablet” setting under the media viewer card gives the image
   a larger share of the lightbox on tablets/iPads (portrait and landscape). Choose
   Standard, Large, or Extra large. The post text stays fully scrollable — larger
   presets simply show more of the image and less text before you scroll, and the
   frame stays fixed while swiping between images. The new default is Extra large,
   so existing feeds get the roomiest image automatically on update; set a feed 
   to Large for a middle ground, or Standard for the previous look. Phones and desktop
   are unaffected.

#### 3.13.12

 * Fixed: In multi-column layouts (Masonry, Boxed, Carousel), post text was still
   clipped to roughly 14 lines even when Text Clamp was turned off — so setting “
   Post text length” to 0 (show full text) together with Text Clamp off did not 
   actually show the full text. Turning Text Clamp off now removes the grid text
   limit as intended. CSS only; no settings or data changes.

#### 3.13.11

 * New: “Post text length” setting under Feed Layout controls how many characters
   of a post’s text are shown before a “See more” link — and **0 shows the full 
   post text**. Previously post text was always hard-truncated at 200 characters
   with no way to show it in full. The new default for fresh installs is 0 (show
   everything); existing installs are automatically pinned to the previous 200-character
   behaviour on update, so no live feed changes unexpectedly. Works in every layout
   and as a shortcode/block override (`text_char_limit`). In multi-column layouts
   the separate Text Clamp height limit still applies — set text length to 0 and
   turn Text Clamp off for fully unlimited text there.

#### 3.13.10

 * Improved: The “How to configure Meta / Facebook” setup guide has been rewritten
   based on real-world token generation. It drops the App Secret entirely (extend
   the token with the Access Token Debugger’s “Extend Access Token” button instead),
   skips the business portfolio, and adds a critical checkpoint — confirm you granted
   the _right_ Facebook Page via /me/accounts _before_ extending the token, since
   Facebook’s authorization pop-up silently reuses your previous choice and is the
   most common cause of the wrong Page ending up connected. A new “Common pitfalls”
   section collects the failure modes (token in the wrong box, short-lived Page 
   token, leftover Debugger tabs, #100 “Object does not exist”). Guide content only—
   no change to how the plugin fetches or stores anything.

#### 3.13.9

 * Improved: The “How to configure Meta / Facebook” setup guide has been updated
   to match Meta’s current app-creation flow. It now uses the “Content management
   Manage everything on your Page” use case, explains adding the pages_read_engagement
   permission under Use cases  Customize  Manage Pages, and retrieves the Page ID
   and permanent Page Access Token together via the /me/accounts endpoint — the 
   reliable method for a new app still in development mode. Token verification now
   also checks the granted scopes.

#### 3.13.8

 * New: Reshared posts now use a redesigned, Facebook-style share card — a source
   row (brand glyph, domain, open-on-Facebook affordance) above the shared post’s
   text, a subtle hover lift and image zoom, and full Light / Dark / Inherit / Custom
   colour-scheme support via the existing CSS variables.
 * New: A detected reshare’s header now shows a proper “shared a post” label (customisable
   under Components, and translatable) instead of Facebook’s misleading “updated
   their status” story text.
 * Fix: A reshare card is no longer exposed to screen readers as a button that opens
   the lightbox — it is a link to the original post on Facebook and is announced
   as such.
 * Tweak: Share-card titles that merely repeat the page name are suppressed, and
   the source domain is shown in normal case instead of all-caps.

For the complete version history (3.13.7 and earlier), see changelog.txt included
with the plugin, or the WordPress.org changelog page.

## Meta

 *  Bersyon **3.13.13**
 *  Huling na-update **8 mga oras ang nakalipas**
 *  Mga aktibong installation **50+**
 *  Bersyon ng WordPress ** 5.8 o mas bago **
 *  Sinubukan hanggang **7.0**
 *  Bersyon ng PHP ** 7.4 o mas bago **
 *  Wika
 * [English (US)](https://wordpress.org/plugins/bluebook-feed-sync/)
 * Mga Tag
 * [feed widget](https://tl.wordpress.org/plugins/tags/feed-widget/)[social feed](https://tl.wordpress.org/plugins/tags/social-feed/)
   [social media](https://tl.wordpress.org/plugins/tags/social-media/)
 *  [Advanced View](https://tl.wordpress.org/plugins/bluebook-feed-sync/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/bluebook-feed-sync/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/bluebook-feed-sync/)