Facebook feed widget FAQ

  • Created : Aug, 25, 2017
  • Last Updated: Nov, 7, 2023

Q. What information will display in my Facebook feed widget?

The information shared through a FeedWind Facebook widget is from your Facebook newsfeed which can include:

Posts – which include the following elements:

Q: I receive an error message about admin privileges when I copy a URL. How do I fix this?

Users must authenticate with a Facebook account that has an admin role of the Facebook Page to display it on a widget. If you don’t have an admin role of the Facebook Page, please ask the Admin of the Facebook Page to assign an Admin role. Here are the details about Page roles. https://www.facebook.com/help/187316341316631

Q. How do I change the thumbnail size for my Facebook feed widget?

You can change the thumbnail size only if you have a Pro or a Plus plan. You just need to create a custom CSS, and then set your desired dimensions of the thumbnail image. Here is an example of CSS which will change thumbnail dimensions:


#fw-fb-feed-items .fw-fb-feed-item-image {
height: 120px;
width:120px;
}

Q. How do I customize my Facebook news feed widget?

If you have a Pro or a Plus plan, you can use CSS to fully customize your Facebook widget so it matches your design needs. To find out more about customization, please read our Facebook widget CSS guide.

Q. What types of Facebook feeds can the FeedWind widget display?

You can display the newsfeed from a personal page, business page or other type of organization.

Q. I created a Facebook widget and there is no content displayed – what’s the problem?

If you have created a Facebook feed widget and there is no content displaying, it could be for one of the following reasons:

  1. There is no content in the newsfeed for that page.
  2. Your Facebook page is not publicly available (fix this).
  3. You have used incorrect CSS to style your Facebook news feed widget.
  4. If none of the above, please contact our support team.

Q. What is the Feed URL I need to enter in the setup screen?

To use our Facebook newsfeed widget you will need the URL of the Facebook page which you would like to display. This can be a personal page or an organization/business page etc.

For example, our Facebook page URL is https://www.facebook.com/FeedWind/. This would be the URL to use if you were creating a widget for our Facebook feed.

Q. Can FeedWind display multiple images from a single post?

Unfortunately, it is not currently possible for your widget to display multiple images from a Facebook post. If your post has multiple images/videos, your widget will display the first image/video available.

Q. How do I create more than the 1 widget allowed in my Basic plan?

We offer a number of plans:

Basic plan – 1 widgets
Pro plan – 15 widgets
Plus plan – 50 widgets.

You can choose a plan that suits you from our Plans page.

 

Create a Facebook widget

 


Related posts

podcast guide banner

Facebook posts: Enhance your brand’s online presence with custom overlay design

Stand Out with Custom Overlay Designs While images play a vital role in catching the eye, the design elements...

connect-facebook-with-instagram

How to add or change the Facebook Page connected to your Instagram business account

Contents1 Why do you need to connect the Facebook page to your Instagram account?2 How do you link a...

Custom Facebook widget using CSS

Contents1 Customizing your Facebook feed2 HTML structure and CSS classes3 Implementation instructions3.1 1. Create a CSS file3.2 2. Upload the...