Title: BlueBook Feed Sync
Author: rstake
Published: <strong>March 20, 2026</strong>
Last modified: April 12, 2026

---

Search plugins

![](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

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

[Download](https://downloads.wordpress.org/plugin/bluebook-feed-sync.3.12.16.zip)

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

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

## Description

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

When your Facebook posts contain YouTube links, the plugin loads the YouTube iframe
API to enable inline video playback and fetches thumbnail images 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

This plugin provides 1 block.

 *   BlueBook Feed Display a customizable social page feed.

## Installation

 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

[Translate “BlueBook Feed Sync” into your language.](https://translate.wordpress.org/projects/wp-plugins/bluebook-feed-sync)

### Interested in development?

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

## Changelog

#### 3.12.16

 * New: Controls Style setting — choose between iOS (liquid glass) and Classic button
   styles for lightbox navigation, close buttons, and video play overlays. iOS is
   the default.
 * New: Lightbox buttons (prev, next, close) now use SVG stroke icons instead of
   text characters for crisp rendering at all sizes.
 * New: iOS liquid glass buttons use layered glassmorphism with SVG turbulence distortion
   filter, specular highlights, and backdrop-filter blur.
 * Improved: Lightbox buttons repositioned outside the modal content area for cleaner
   layout — prev on the left, next and close on the right of the full-screen overlay.
 * Improved: Buttons fade in on hover (desktop) and are always visible on touch 
   devices.
 * Accessibility: Added aria-hidden=”true” to decorative SVG icons inside buttons
   that already have aria-label.
 * Accessibility: Glass-layer DOM elements only render when iOS style is active,
   avoiding unnecessary markup in Classic mode.
 * Code: New play_button_style setting with enum validation (ios/classic), registered
   in Components tab group. Also available as shortcode attribute.

#### 3.11.0

 * New: Smart Share Cards — shared posts that previously appeared as plain text-
   only cards now display with a visually distinct link-preview style. Three-tier
   fallback: (1) recovered OG image with title/description, (2) styled metadata 
   card with share icon, (3) minimal dashed-border CTA linking to Facebook.
 * New: OG image recovery — when the Graph API cannot serve media for shared/cross-
   page posts, the plugin fetches the Open Graph image from the permalink server-
   side. Results are cached to avoid repeated requests.
 * New: Added `status_type` and attachment `type`/`target` to Graph API field requests,
   enabling reliable detection of shared posts vs. genuinely text-only posts.
 * Improved: Attachment `title` and `description` fields (already requested but 
   previously unused) are now rendered inside share cards, providing context for
   shared content.
 * Improved: Dark mode and custom color scheme support for share cards.

#### 3.10.0

 * Developers: Introduced 6 filter hooks and 3 action hooks for extending the plugin
   without forking. See docs/hooks.md inside the plugin folder for full documentation
   and examples.
 * Developers: New filter bbfsync_field_sets lets you customize which Graph API 
   fields are requested in each fallback variant.
 * Developers: New filter bbfsync_posts_after_fetch lets you modify the result array(
   posts + cursor) before it is written to cache.
 * Developers: New filter bbfsync_cache_duration lets you override the per-request
   cache TTL.
 * Developers: New filter bbfsync_post_data lets you modify a single post’s data
   before any rendering happens.
 * Developers: New filter bbfsync_post_html lets you wrap, augment, or replace per-
   post markup. Fires on both initial render and AJAX Load More.
 * Developers: New filter bbfsync_feed_html gives you the final feed HTML before
   it is returned from render().
 * Developers: New action bbfsync_before_api_fetch fires before each Graph API call.
 * Developers: New action bbfsync_after_api_fetch fires after a successful fetch
   is cached — useful for cache busting and notifications.
 * Developers: New action bbfsync_cache_flushed fires after BBFSYNC_Cache::flush()
   completes.
 * Developers: New FAQ entry “Can I extend the plugin from my theme or another plugin?”
   pointing at the hooks documentation.
 * i18n: The “%s ago” relative-time format on post timestamps is now admin-customizable
   from Components > Post Labels, alongside the other label customizations. The %
   s placeholder is replaced with a human-readable duration; if the placeholder 
   is removed by mistake, the format falls back to the translated default.
 * No user-visible behavior change unless you customize the new label — the plugin
   renders identically to 3.9.33 by default.

#### 3.9.33

 * Performance: Upgraded resource hint for scontent.xx.fbcdn.net from dns-prefetch
   to preconnect on pages that use the plugin. Preconnect performs the full TCP 
   and TLS handshake ahead of time (not just the DNS lookup), saving an additional
   ~50-150ms on first thumbnail load. Browser support is universal since 2018.
 * Performance: Removed the resource hint for graph.facebook.com — the Graph API
   is called server-side only, so the visitor’s browser never connects to it directly.
   Under dns-prefetch this was a tiny cost; under preconnect it would tie up a connection
   slot that nothing uses.

#### 3.9.32

 * Accessibility: Lightbox now exposes proper dialog semantics — role=”dialog”, 
   aria-modal, aria-label, and a screen-reader hint describing the keyboard shortcuts(
   Escape, arrow keys)
 * Accessibility: Lightbox close, previous, and next buttons now have explicit aria-
   label attributes
 * Accessibility: Honors prefers-reduced-motion — animations, transitions and smooth-
   scroll are disabled inside plugin elements when the visitor’s OS requests reduced
   motion (WCAG 2.3.3)
 * Accessibility: Added :focus-visible outlines for keyboard users on feed links/
   buttons, lightbox controls, carousel arrows, and the Load More button
 * Performance: Added explicit width and height attributes to author avatars and
   YouTube thumbnails so browsers reserve layout space before the image loads (improves
   Cumulative Layout Shift)
 * Performance: Added DNS-prefetch hints for graph.facebook.com and scontent.xx.
   fbcdn.net on pages that use the plugin, shaving the connection setup off the 
   first interaction
 * Privacy: Privacy policy content now also discloses that profile pictures, cover
   photos, and post images are loaded directly from Facebook’s CDN (scontent.xx.
   fbcdn.net) on every page render
 * Security: AJAX load_more error responses no longer leak Graph API error details
   to anonymous visitors — admins still see the full error for debugging
 * Improved: BBFSYNC_VERSION constant now reads dynamically from the plugin header
   via get_file_data() — single source of truth, eliminates version drift
 * Improved: Build script now auto-syncs block.json and index.asset.php version 
   metadata from the plugin header at build time
 * Cleanup: Removed stale “Facebook SDK (JavaScript)” entry from readme.txt Third-
   Party Services — the SDK was removed in 3.9.23 but the disclosure was left behind

#### 3.9.31

 * Improved: Full internationalization audit — all frontend labels now admin-customizable
   from Components > Labels & Text
 * Improved: Added “See more”, “View on Facebook”, “Share”, “No more posts”, and“
   Error” as customizable post labels
 * Improved: All setting defaults wrapped in translation functions for proper localization
   on fresh installs
 * Improved: Proper plural support for “follower/followers” using _n()
 * Fixed: 12 placeholder attributes in admin panel now properly translatable
 * Fixed: Visual style preset labels (Classic, Compact, Banner, Clean) now translatable
 * Fixed: Regenerated POT file with correct line references and all missing entries

#### 3.9.30

 * New: Text-Only Posts setting — choose between “Expand in feed” (default) or “
   Open in lightbox” for posts without images or video
 * Fixed: Lightbox no longer shows a dark strip at the top when viewing text-only
   posts
 * Improved: Text-only posts expand and collapse in place with smooth animation 
   when “Expand in feed” is selected

#### 3.9.29

 * Fixed: Text-only posts now display content in the mobile lightbox instead of 
   showing a black screen.
 * Fixed: Swipe navigation now works on text-only posts in the lightbox on all touch
   devices (mobile and iPad).
 * Fixed: Vertical text scrolling in the lightbox sidebar no longer accidentally
   closes the lightbox.

#### 3.9.28

 * New: Text Preview Lines setting — limits post text in grid layouts (masonry, 
   boxed, carousel) to keep cards compact
 * New: Expand indicator (line with caret) appears below clamped text — click to
   expand inline
 * New: Setting configurable per feed (0–20 lines, default 14, 0 = unlimited), also
   available as shortcode attribute and Gutenberg block control
 * Improved: Mobile single-column layouts lift the text clamp for full readability
 * Improved: “See more” link hidden in grid layouts — lightbox and expand indicator
   handle full text

#### 3.9.27

 * Improved: Setup guide Step 3 now clarifies that a User token (not Page token)
   must be selected, and that your own app must be chosen
 * Improved: Setup guide Step 4 adds easier recommended method via Access Token 
   Debugger “Extend Access Token” button
 * Improved: Setup guide Step 5 now uses direct Page ID URL instead of /me/accounts
   for more reliable token retrieval
 * Improved: Added troubleshooting tip for “Error validating client secret” in Step
   4
 * Fixed: Header followers label now uses the customizable “Followers label” setting
   from Components tab

#### 3.9.26

 * Improved: Simplified “Find your Page ID” step — now uses Graph API Explorer for
   quick lookup

#### 3.9.25

 * Improved: Setup guide now correctly explains the 3-step token process (short-
   lived  long-lived User  permanent Page)
 * Improved: Added link to Access Token Debugger for verifying token permanence
 * Improved: Each setup step links to the exact tool or page where it is performed

#### 3.9.24

 * Removed debug HTML comment from follow card output
 * Fixed double-escaping in follow card CSS class builder
 * Fixed stale version fallback in block asset file

#### 3.9.23

 * New: Like Box replaced with custom follow card — no longer depends on Facebook’s
   deprecated Page Plugin SDK
 * The follow card uses Graph API data (avatar, page name, follower count) and renders
   reliably at all sizes
 * Cover photo shown in Large mode, all existing settings (position, size, display
   mode, width) still apply
 * Removed Facebook JS SDK dependency — one fewer external script loaded on the 
   frontend

#### 3.9.22

 * Fixed: Lightbox prev/next navigation arrows now visible on text-only posts
 * Fixed: Text-only lightbox no longer stretches to full viewport height — shrinks
   to fit content on all screen sizes

#### 3.9.21

 * New: Infinite lightbox browsing — next batch of posts loads automatically when
   you reach the last post
 * New: Text-only posts display in a clean full-width lightbox layout instead of
   an empty black media panel
 * New: Customisable Mute, Unmute, and Fullscreen button labels in Features  Labels&
   Text
 * Fixed: Per-feed CSS scoping — multiple feeds with different custom colours on
   the same page no longer conflict
 * Fixed: Reset palette defaults now match the settings defaults exactly
 * Fixed: Version consistency across .pot file and all plugin surfaces
 * Changed: README.md excluded from distribution zip

#### 3.9.20

 * Fixed: Page name now displays correctly when entered manually in text header 
   mode
 * Fixed: Bio display logic made consistent across all header styles
 * Fixed: Lightbox now renders above sticky headers and page builder containers
 * Improved: Facebook Graph API version centralised as a single constant for easier
   updates
 * Improved: API retry logic now logs failures and successes when WP_DEBUG_LOG is
   enabled
 * Improved: Dark color scheme error message styling
 * Changed: Legacy migration now runs only on plugin activation instead of every
   page load

#### 3.9.18

 * New: Like Box display mode setting — Always visible or Reveal on scroll
 * Reveal on scroll: Like Box is hidden initially and fades in when the user scrolls
   near the bottom of the feed
 * Display mode option only shown when Like Box position is set to Bottom
 * Admin UI shows contextual description for each display mode

#### 3.9.17

 * Improved: Load More button now meets WCAG AAA touch target (44px minimum height)
 * Improved: Button has larger padding, font size, and subtle shadow for better 
   visibility
 * Changed: Like Box and Load More button no longer share the same footer bar — 
   Like Box renders independently above the sticky Load More bar for clearer visual
   separation

#### 3.9.16

 * Fixed: Video playback now works on iPad and mobile devices
 * Touch devices open lightbox for video instead of broken inline embed
 * All Facebook videos (landscape + portrait) show play button on touch devices
 * Safari/WebKit: Facebook videos open directly on Facebook (iOS ITP workaround)
 * Customizable Safari video hint text in admin settings
 * Stale-cache fallback: feed remains visible when API is temporarily unavailable
 * “Last successful fetch” timestamp shown in admin cache settings

#### 3.7.2

 * Carousel video no longer cropped by 220px height limit — shows full frame in 
   natural proportions
 * Portrait and landscape videos both display uncropped in carousel

#### 3.7.1

 * Video thumbnails now display full frame without cropping (object-fit: contain)
 * Removed fixed height constraint on carousel video — shows natural proportions
 * Container dimensions locked from thumbnail before iframe replacement

#### 3.7.0

 * One-click video playback on all browsers — autoplay with mute for reliable instant
   play
 * Facebook video in lightbox now fills entire media area for immersive viewing
 * Applies to both feed/carousel and lightbox video embeds

#### 3.6.3

 * Lightbox video loads iframe directly (no thumbnail step) — eliminates double-
   click on mobile
 * Portrait video in lightbox now centered horizontally instead of left-aligned
 * Removed “Watch on Facebook” overlay from lightbox video embeds

#### 3.6.1

 * Tightened gallery gap from 4px to 2px for cleaner, more professional image grids

#### 3.6.0

 * Pro gallery grid: 6-column CSS Grid matching Facebook/Smash Balloon layout patterns
 * 2 images: equal side-by-side; 3: large left + 2 stacked right; 4: 2×2; 5+: 2 
   top + 3 bottom
 * Up to 5 visible images per gallery with +N overlay on last
 * Subtle inset border on gallery cells (Facebook-style depth)
 * All images use object-fit: cover for consistent look with mixed portrait/landscape

#### 3.5.9

 * Redesigned gallery grid: 2 side-by-side, 3 L-shape, 4 as 2×2, 5+ as 2-top/3-bottom(
   Facebook pattern)
 * Gallery now shows up to 5 visible images with +N overlay for remaining
 * Improved gallery proportions and spacing across all layouts

#### 3.5.8

 * Fixed multi-image posts: explicit subattachment fields in API request and fallback
   for multiple attachments
 * Increased subattachment limit to 25 images per post

#### 3.5.7

 * Facebook-inspired gallery grid: 2 images side-by-side, 3 images L-shaped, 4+ 
   with top hero and thumbnail row
 * Gallery uses CSS Grid with center-crop for consistent layout across all image
   orientations
 * +N overlay on last visible image when posts contain more than 4 photos
 * Carousel layout now accommodates gallery grids with adaptive height
 * Portrait video thumbnails use 4:5 aspect ratio matching Facebook feed standard
 * Cleaned up duplicate play button CSS and legacy portrait video placeholder rules

#### 3.5.6

 * Gallery main image capped at 400px height for consistent layout with mixed portrait/
   landscape images
 * Gallery thumbnails increased from 100px to 120px height

#### 3.5.5

 * Fixed portrait video playback: container height locked before iframe replaces
   thumbnail
 * Portrait videos in lightbox now render in correct aspect ratio
 * Portrait video detection propagated to lightbox for consistent display

#### 3.5.4

 * Portrait video thumbnails now display in natural aspect ratio instead of being
   cropped to 16:9

#### 3.5.3

 * Added “Loading Text” admin setting for Load More button loading state

#### 3.5.2

 * Added “Watch on Facebook” fallback link for copyright-blocked video embeds
 * Fallback appears on hover in feed, always visible in lightbox

#### 3.5.1

 * Added esc_attr() wrappers on assembled style attributes for Plugin Check compliance
 * Added esc_url() in linkify() for proper URL escaping in href attributes
 * Added phpcs:ignore comments for pre-escaped concatenated output
 * Added “No posts found” admin-only message for empty feeds
 * Prefixed uninstall.php variables for codesniffer compliance

#### 3.5.0

 * Admin panel redesign: reduced from 4 tabs to 3 (Connect, Appearance, Features)
 * Header settings moved into Appearance tab as a section (no longer a separate 
   tab)
 * Content settings (page name, bio, avatar, cover) shown directly without accordion
 * Mobile header toggles shown inline (removed Mobile accordion)
 * Backwards-compatible URL mapping for old tab names (layout-style, header)

#### 3.4.3

 * Added constant definition guards to prevent redefinition errors
 * Fixed unprepared DB query in legacy migration (now uses $wpdb->prepare)
 * Added privacy policy suggestion via wp_add_privacy_policy_content()
 * Removed hardcoded BBFSYNC_LAST_UPDATED constant

#### 3.4.2

 * Whitespace cleanup across PHP, CSS, and JS files

#### 3.4.1

 * Fixed unprefixed variables in uninstall.php
 * Added missing contributor to readme.txt

#### 3.4.0

 * Admin panel UX redesign: reorganised from 6 tabs to 4 (Connect, Layout & Style,
   Header, Features)
 * Client-side tab switching — no page reloads when navigating between settings 
   tabs
 * Header tab now uses collapsible accordion sections (Content, Background, Typography,
   Mobile)
 * Features tab merges Sections and Lightbox into card-based toggles with enable/
   disable switches
 * Layout & Style tab merges Layout and Colours into one tab with clear visual sections
 * Connect tab: collapsible Advanced section for cache settings, auto-expanding 
   setup guide
 * Two-row feed management bar with shortcode badge and copy button
 * Sticky save button with unsaved changes indicator
 * Connection status banner shows setup progress at a glance
 * Unsaved changes warning when navigating away from modified settings
 * Backwards-compatible URL mapping for old tab names

#### 3.3.0

 * Fixed Facebook video playback (black screen on play) with direct iframe embed
 * Added feed Export/Import functionality in admin panel
 * Added header text color option for text-style headers
 * Fixed inline SVG icons being stripped by output escaping

#### 3.2.0

 * Added lightbox image counter for multi-photo posts
 * Security hardening: feed management actions use POST requests
 * Mobile carousel improvements (auto-height images, swipe navigation)
 * Added mobile-specific toggles for header page name and bio visibility
 * Two-level lightbox navigation: images within posts, then between posts
 * WordPress.org audit compliance improvements

#### 3.0.0

 * Multi-Feed Manager — Create unlimited feeds with individual settings
 * Feed selector dropdown with create, duplicate, rename, delete
 * Per-feed shortcodes with ID parameter
 * Shortcode attribute overrides for any setting
 * New feeds inherit API connection from primary feed

#### 2.9.0

 * Header redesign with 4 visual styles (Classic, Compact, Banner, Clean)
 * Header backgrounds: Theme, Solid color, Gradient, Transparent
 * Visual style picker with mini preview cards in admin
 * Show Bio toggle shared across header types

#### 2.8.0

 * Header style picker with visual preview cards
 * Text header: transparent background option, custom text size
 * Visual header: reorganised settings with size/color controls

#### 2.7.0

 * Dark color scheme with OLED-friendly pure grey palette
 * Reset to Default button for custom color palette

#### 2.6.0

 * Sticky footer bar combining Like Box and Load More

#### 2.5.0

 * Carousel swipe with snap-based passive touch navigation
 * List layout width increased to 960px

#### 2.4.0

 * Multi-card carousel with responsive columns
 * Dot pagination and arrow navigation

#### 2.0.0

 * Touch swipe in lightbox
 * Facebook video iframe embed
 * Video touch zones for mobile

#### 1.9.0

 * YouTube auto-detection and click-to-play

#### 1.8.0

 * Universal post lightbox with split layout

#### 1.7.0

 * 9-color customization system

#### 1.6.0

 * Boxed layout, author links, image galleries, engagement bar

#### 1.5.0

 * Carousel slider, video lightbox, cursor-based pagination

#### 1.0.0

 * Initial release with List and Masonry layouts

## Meta

 *  Version **3.12.16**
 *  Last updated **13 hours ago**
 *  Active installations **60+**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/bluebook-feed-sync/)
 * Tags
 * [feed widget](https://frp.wordpress.org/plugins/tags/feed-widget/)[social feed](https://frp.wordpress.org/plugins/tags/social-feed/)
   [social media](https://frp.wordpress.org/plugins/tags/social-media/)
 *  [Advanced View](https://frp.wordpress.org/plugins/bluebook-feed-sync/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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