COPYRIGHT DISCLAIMER: THIS PLUGIN ISN’T OFFICIALLY DEVELOPED OR MAINTAINED BY FACEBOOK INC. THIS PLUGIN IS DEVELOPED AND MAINTAINED BY ME ONLY. NO COPYRIGHT INFRINGEMENT INTENDED.

Did this plugin make your life easy? Please consider donating.

One of the most popular & lightweight plugin for Facebook page feeds widget with over 10,60,000 downloads and 1,00,000+ active installs.

This widget will provide you the most simple and attractive way to display Facebook page likes into your WordPress sidebar.

Why should you choose Facebook Page Like Widget from the many other plugins?

It supports short code, open your Post or Page, Add into Post or Page, Save it. You are done. Check FAQ for more shortcode options.

If you have any questions/issues/suggestions regarding my plugin, reach me at,

I will try my best to reply you within 1 business day.

If you loved my plugin & support, please leave your review, so people can use it with confidence.

Screenshots

Installation

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

For more details,

https://codex.wordpress.org/Managing_Plugins

FAQ

How to use shortcode? Widget doesn’t working in Mozilla Firefox I am not sure how to get Facebook application ID ? It is working in some system, not working in other system ?
  • If it is working in some system & not working with other system, there are 2 possibilties:
    1) Anti virus of your computer can stop my widget loading. Some of my widget users had the same problem in the past. You can check with disable your anti virus temporary.
    2) Your browser has some ad block extension installed that may cause stop my plugin loading.

Reviews

I am most impressed with how simple this plugin is to use and how versatile it is. I was having an issue, however, with my computer not showing the results correctly. I reached out to the developer expecting not to hear back for at least a few days and got a message just a half hour later. After a little prompt back and forth he suggested a browser plugin was the culprit and we now have it working great. I'm really impressed!

(Last update: 07/08/2016)

Hi all! Ladies and gentlemen, if you have a Facebook social network for your brand (website) and you have a couple of hundred or maybe even several thousand fans, then it’s time to tell the whole world about it. And not only to brag, but also to gather a thousand more users who like your site. And for one thing, let them promote your page on Facebook by clicking the treasured “Like” button.

In order for your visitors to see how popular your website page is and be able to mark your brand as a favorite on the FB social network, you need to post it on the sidebar of your blog popular Facebook Like Box widget. Facebook Like Box will show faces and their number who naturally like your website - brand on Facebook:

You can add such a Facebook Like Box widget to your WordPress site using a plugin or without.

Facebook Like Box Plugin

New Facebook Like Box widget

Next, after adding the widget to the blog sidebar, you need to customize it a little. Necessarily enter the ID of your FB page, for many Facebook Like Box does not work, because the page title is incorrect. For example, here is my page URL:

https://www.facebook.com/zagulyaevsv

https://www.facebook.com/wordpressmaniya

We take the last thing after the slash - this is the name of the page. In the free version, you can specify the number of user photos to display in the box; the width and height of the widget, and also enter the desired language, that is, Russian. By adding like this: ru_RU

Setting up the Facebook Like Box widget

Yes, I almost forgot, you can insert a Facebook Like Box into the text of a message or onto a website page. A new Add like box button will appear in your visual WP message editor. Here you can use it to insert a Facebook Like Box into a message. Write, write an article and in the right place, click on the button, a window will appear where you, just like in the widget (screenshot above), can specify the necessary data.

Facebook Like Box in Message

Friends, there are also similar plugins for WordPress, with which you can display the Facebook Like Box widget on the sidebar of your blog or in your message, you just need to enter the word Facebook Like Box into the search for plugins and choose according to your taste. You will definitely find 7-8 updated plugins. Although, they are all the same and what is presented here will be enough. Okay, let's move on.

Facebook Like Box widget for any website without a plugin

If you don’t want to install another plugin on your site, you can use the universal code. This code is suitable for any website, you don’t have to go to Facebook to get the code for the widget, you don’t have to worry and waste your nerves. Because many people are unable to use it and write to help me because, Facebook Like Box not working. Naturally, I offer my code and please, everything works fine. That's how it is, friends.

In order to install a widget for fans of your FB page in the sidebar of your site, you need to insert the following simple code into the text widget:

Instead of hash marks, enter the full URL of the page and change the width and height of the box. The same code can be used in messages or on individual pages of the site, inserted in Text mode. And in the end we get this beauty:

Like box widget

Yes, this is not a shame to show to site visitors, with so many likes. 😛 We must strive for this, promote our website page on Facebook.

That's probably all, friends, for today. I hope you find this widget useful either today or in the future. See you again and good luck to everyone. 😀

(function(w, d, n, s, t) ( w[n] = w[n] || ; w[n].push(function() ( Ya.Context.AdvManager.render(( blockId: "R-A -292864-4", renderTo: "yandex_rtb_R-A-292864-4", async: true )); )); t = d.getElementsByTagName("script"); s = d.createElement("script"); s .type = "text/javascript"; s.src = "//an.yandex.ru/system/context.js"; s.async = true; t.parentNode.insertBefore(s, t); ))(this , this.document, "yandexContextAsyncCallbacks");

If you think that installing Facebook plugins on your website is difficult and that this is the domain of programmers, then you are mistaken. Although, because I'm a programmer, so I could be wrong :)

Facebook plugins are widgets, blocks, buttons, etc. that are already prepared for installation on websites, specially designed for this purpose. Which help to integrate social network services into your website.

We will add a Facebook “page” to your website.

Our journey will begin with the developer page - https://developers.facebook.com/docs/plugins

Don’t be alarmed, you won’t have to develop anything, you just need to customize the appearance a little and then get the code to insert into the site.

You will see a whole list of plugins, each of which you can then try on your own. We decided that we would install the Page plugin.

Click on the button - “Web platform” to proceed to code generation. The names of all these buttons are invented by special evil programmers, so that ordinary users do not understand what they are, and they would turn to programmers for help.

You will find yourself on the next page, where you will be asked to play with the parameters of the future widget.

The most important one is the address of the facebook page you are embedding.

When you have had enough of the settings, click the “Get code” button.

The program will show you a window with options for inserting code:

There are two options, let's consider both.

Javascript SDK Insertion

You see two pieces of HTML code. Where should they be inserted?

You can edit header.php directly from the site admin panel. Go to the menu “Appearance” -> “editor” and select the one we need from the list header.php.

The second code needs to be inserted into the file that is responsible for the widget output column on the site. But we will make it simpler, we will not delve into the theme files, but will add a text widget through the “appearance” -> “widgets” menu.

Add a Text widget to your sidebar in the order you want it to appear on your site.

Instead of text, you need to insert a second piece of html code. Save. We admire our site.

Inserting an IFrame

As you can see, you only need to insert one code here. It's really easier. All you need to do is create a text widget as described above and paste the suggested code in place of the text.

Why then do we need such a complex first option? :) I cannot reveal all the secrets of the world conspiracy of programmers, because... swore a terrible oath.

I really hope this article will help you figure out how to install Facebook widgets on your WP blog.

We greet you! You are looking for? Facebook is the world's largest social media platform with over 1 billion active users. In this article, we have selected the best WordPress Facebook plugins to help you grow your blog and get more traffic. Let's get straight to the point.

1. Shared Counts https://wordpress.org/plugins/shared-counts/

Shared Counts is one of the best social media plugins for WordPress. It allows you to easily add sharing buttons to your posts, including a Facebook share button.

The plugin is well optimized for speed and performance and can accurately display share counts for Facebook, Twitter, and other social platforms. It comes with multiple button styles that allow you to choose the one that looks best on your site.

2. Custom Facebook Feed https://wordpress.org/plugins/custom-facebook-feed/

A custom Facebook feed allows you to display your posts on a Facebook page on your website. This custom Facebook feed is responsive, SEO optimized and customizable.

You can even pull multiple feeds from different Facebook pages and display them anywhere on your website using a shortcode. The plugin is optimized for speed and makes it easy to change the color/style of your channels from your blog's admin area.

3. Pixel Cat – Facebook Pixel https://wordpress.org/plugins/facebook-conversion-pixel/

This plugin allows you to add Facebook redirect pixels to your website. This pixel allows you to show personalized ads to Facebook users who visit your site. This plugin also helps you track your WooCommerce customers and show them the best ads in your Facebook feeds.

4. Facebook Reviews https://wordpress.org/plugins/fb-reviews-widget/

The Facebook Reviews plugin allows you to display reviews of Facebook pages on your brainchild. It comes with easy-to-use widgets that allow you to connect your site to your Facebook page and view reviews from Facebook users.

The free version works great, but you'll need the "pro" version to display reviews in Schema.org format with rich snippets.

5. Facebook Widget https://wordpress.org/plugins/facebook-pagelike-widget/

This plugin is extremely easy to use and comes with a shortcode that you can use to display a Facebook Like box anywhere on your site. You can show or hide profile photos, page cover, adjust width/height, and choose language.

Peculiarities

6. Nextend Social Connect https://wordpress.org/plugins/nextend-facebook-connect/

Nextend Social Login is a professional, easy to use and free WordPress plugin. It allows your visitors to register and log into your website using their social profiles, thereby avoiding wasting their valuable time filling out the default registration form.

It supports login with Facebook, Google and Twitter. It works perfectly with the standard WordPress login and registration formats, so users have the option of using Facebook or using the default registration method.

Once registered, users can disable their social account at any time by visiting their profile page in the admin area.

Some features of the plugin

7. AccessPress Facebook Auto Post https://wordpress.org/plugins/accesspress-facebook-auto-post/

As the name suggests, AccessPress Facebook Auto post allows you to automatically share new articles on your Facebook page or profile. The publishing process is fully automated and as easy as 1, 2, 3!

After activation, you will need to connect to your profile and authorize your site. It allows you to choose what content you want to use: pages and custom post types. You can even turn off sharing of a single item before publishing it.

Plugin Features

8. WP Embed Facebook https://wordpress.org/plugins/wp-embed-facebook/

This plugin allows you to automatically insert any content from Facebook directly into your website by simply copying the URL into the editor:

You can also use it to add a Facebook share button. The plugin comes with a convenient barcode that you can use to embed various elements anywhere on your site. It also has some really good documentation to help you get the most out of this plugin.

That's all, we hope this article helped you discover the best WordPress Facebook plugins to grow your blog. Bye everyone!

Sincerely, Vyacheslav and Valeria!