Happy Smashgiving! To show our appreciation for our users we're offering 20% off all plugins today with discount code: happysmashgiving2019

  • Our Plugins
    • The Custom Facebook Feed
    • The Instagram Feed
    • Custom Twitter Feeds
  • My Account

The most popular Facebook Feed plugin for WordPress

Smash Balloon - Home of the Custom Facebook Feed WordPress Plugin

Menu

Skip to content
  • Overview
    • Features
    • Happy Customers
    • Support Testimonials
    • Customer Reviews
    • Watch a Video
  • Demos
    • Columns
    • Timeline
    • Photos
    • Albums
    • Videos
    • Events
    • Carousel
  • Features
  • Gallery
  • Pricing
  • Extensions
    • Multifeed
    • Date Range
    • Featured Post
    • Album
    • Carousel
    • Reviews
  • Support
    • Documentation
    • FAQs & Troubleshooting
    • Contact Support

Custom Facebook Feed Pro

Display completely customizable Facebook feeds on your website

Add captions text to Photos grid layout

To add caption text below each photo in your Photos grid feed simply add the following to the plugin’s Custom JavaScript section (Facebook Feed > Customize > Misc):

setTimeout(function(){
$('.cff-album-item').each(function(){
$self = $(this);
$self.append( '<p style="padding:5px;height:100px;overflow:hidden;">' + $self.find('.cff-lightbox-link').attr('data-title').substring(0,100) + '</p>' );
});
}, 50);

You can adjust the 100 value to show more or fewer characters from your caption.

To add captions when hovering over the photos instead, simply use the following snippet:

setTimeout(function(){
$('.cff-album-item').each(function(){
  $self = $(this);
  $self.find('.cff-photo-hover').append( '<p style="padding:5px;height:100px;overflow:hidden;color:#fff;">' + $self.find('.cff-lightbox-link').attr('data-title').substring(0,500) + '</p>' );
});
}, 50);

V3.10 of the Custom Facebook Feed Pro WordPress plugin is hot and fresh out the oven! This update includes a backup caching system - so even if there's an issue with Facebook your feed won't go down, and also a new way to easily manage multiple page/group accounts on one site. Full change log: smashballoon.com/change-log/

Nov 1, 2019View on Facebook

Made with by the Smash Balloon team
Smash Balloon is a fun-loving WordPress plugin development company specializing in creating beautifully designed plugins that integrate seamlessly into your website, allowing you to display social media content in powerful and unique ways.

© Copyright 2019, Smash Balloon LLC. All Rights Reserved

  • Terms & Conditions
  • Privacy
  • About Us
  • Become an Affiliate
  • Mailing List
  • Contact Us
  Share this page