Docs    Facebook    FAQs

How do I customize my Facebook feed?

WordPress plugin

Plugin Version 4.0 and above

You can customize the feed by going to Facebook Feed > All Feeds > select Edit for the relevant feed. Here, you will see all the customization options for the feed and a preview of it on the right-hand side. You can navigate the Customize and Settings menu and the feed will be updated to view your changes. When finished, click Save in the top right-hand corner.

Overview of the customize page for a feed

If you need further customization than the built-in options allow then you can add your own CSS to your preferred custom CSS location or stylesheet. One option is the default additional CSS location found at WordPress Dashboard > Appearance > Customize > Additional CSS

Below Plugin Version 4.0

You can customize the feed by setting the options on the Customize page, which can be found under the Facebook Feed menu in your left-hand WordPress admin menu. If you need even deeper customization than the built in options allow then you can add your own CSS to the plugin in the Custom CSS section under the Misc tab.

You can also override these styles for individual feeds by setting options within the shortcode. For example, you can change the height of a specific feed like so:

Comments Box SVG iconsUsed for the like, share, comment, and reaction icons

2 months ago

Smash Balloon

Want to get more Instagram reel views?

Viral reels can get featured on the Explore page, which is where 50% of Instagram users go to discover new content monthly.

In this video, we’ll share tips to help your Instagram reels get more viewers.

... See MoreSee Less

Video image

Comment on Facebook

3 months ago

Smash Balloon

Do you have a YouTube channel you want to grow?

In this video, we share 5 of our best methods to help you increase the watch hours for your YouTube channel!

... See MoreSee Less

Video image

Comment on Facebook

3 months ago

Smash Balloon

▶️ YouTube shorts are short-form videos that can easily engage viewers with bite-sized content and keep them watching for more.

But if you’re not used to coding, embedding YouTube shorts can be tough.

In this video, you will learn how to embed YouTube Shorts on your WordPress website in a beautiful feed using the Smash Balloon YouTube Feed Pro plugin.

... See MoreSee Less

Video image

Comment on Facebook

4 months ago

Smash Balloon

Ever wanted to showcase your YouTube live streams on your website?

Here's a quick video tutorial to help you:
▶️
... See MoreSee Less

Video image

Comment on Facebook

Is there a way to include YouTube live chat in the live stream embed?

Load more
. See a full list of all shortcode options here.

Standalone version

You can customize the feed by settings the options in the fbfeed-settings.php file. If you need deeper customization then you can add your own custom CSS to your website’s stylesheet to completely customize the way the feed looks.

You can also override these styles for individual feeds by setting custom options which you can pass into the fbFeed() function. For example, you can change the height of a specific feed like so:

$custom = array(
'height' => '500px'
);
fbFeed($settings, $custom);
support

Couldn’t find your answer in the docs?

Contact Support

Was this article helpful?