WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
    • Business Name Ideas
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Plugins» How to Install and Setup Facebook Comments in WordPress

How to Install and Setup Facebook Comments in WordPress

Last updated on September 17th, 2019 by Editorial Staff
567 Shares
Share
Tweet
Share
Pin
Free WordPress Video Tutorials on YouTube by WPBeginner
How to Install and Setup Facebook Comments in WordPress

Facebook is the largest social network in the world. That’s why some of the top WordPress blogs use Facebook comments instead of the default WordPress comments.

If you are planning to add the Facebook comment system to your WordPress site, then you are in the right place.

In this article, we will show you how to install and setup Facebook comments in WordPress. We will also explain how to display the Facebook comment count on your website.

Install and Setup Facebook Comments in WordPress

Pros and Cons of Using Facebook Comments in WordPress

Before we get started with the tutorial, let’s cover the pros and cons of using Facebook comments compared to default WordPress comments.

One of the most obvious benefits is that Facebook comments increase your website’s visibility on Facebook.

When someone leaves a comment on your site, they can check the “Also post on Facebook” option to share their comment with their Facebook friends. This has a huge potential for additional traffic to your website.

Facebook comment form

Also, spammers will stay away from your website because they won’t receive a SEO backlink by commenting on your posts.

Another benefit of using Facebook comments is that it removes the anonymity factor, so users are less likely to leave spam comments because it’s tied to their Facebook profile.

However, this can act as a major downside as well.

Some users don’t feel comfortable leaving a comment using their Facebook profile because they like the sense of being anonymous.

Another disadvantage of using Facebook comments is that they are not stored or synced to WordPress, whereas third-party commenting systems like Disqus does sync with WordPress.

If you have older posts with default WordPress comments, then those comments may appear before or after the Facebook comments.

However, it is better to remove the WordPress comment system entirely if you are using the Facebook comment system on your site. Otherwise, spammers and bots will use the WordPress comments to spam your website.

Now that you know the pros and cons, let’s take a look at how to install Facebook comments in WordPress.

Video Tutorial

Subscribe to WPBeginner

If you don’t like the video or need more instructions, then continue reading.

Setting Up Facebook Comments in WordPress

The easiest way to add Facebook comments in WordPress is by using a WordPress plugin.

We will be using the Lazy FB Comments plugin for the sake of this tutorial. This free plugin not only adds the Facebook comment system to your site, but it also lazy loads the comments to improve page speed.

First, you need to install and activate the Lazy FB Comments plugin. You may follow our guide on how to install a WordPress plugin for detailed instructions.

Upon activation, you need to visit Settings » Lazy FB Comments to configure the plugin.

Lazy FB Comments Plugin settings page

To use Facebook comments on your website, you will have to create a Facebook app and then add the application ID to the plugin’s settings page.

If you have previously created an app for your site, then you can use that application ID here. Otherwise, you will have to create a new app by going to the Facebook for Developers page.

To get started, you need to register for a Facebook Developer account if you don’t have one. Next, you will have to click on the My Apps link, present at the top-right corner of the page.

Create Facebook App button

A dropdown menu will open up where you need to click on the Create App option. This will open a modal window where you will have to provide your email address and a name for your app.

Create a new Facebook app

Once done, you need to click on the Create App ID button. This will open a popup box and will ask you to enter some CAPTCHA letters. Simply fill in the CAPTCHA textbox and then click on the Submit button.

Facebook will now create a new app for you and then redirect you to the app dashboard. You will notice your APP ID displayed there.

Facebook APP dashboard

Next, you need to tell Facebook how you’d use the App.

Simply click on the Settings » Basic link from the left sidebar, and then click on the + Add Platform button, present at the bottom of the page.

Facebook app platform button

A new popup window would appear on the screen. You need to click on Website to select it as your platform.

Select Facebook app platform

This will add a new “Website” section in your app’s settings page where you can enter your website URL.

Add website address

After saving your settings, you can now copy the APP ID and paste it in the FB Application ID textbox of the plugin’s settings page on your WordPress site.

Once you are done, you need to scroll down and then click on the Save All Changes button to store your settings.

Moderate Facebook Comments option

Now you will see a new option to “Moderate Comments” beside the title of this plugin. We will explain how to moderate Facebook comments in the next section.

This plugin also comes with a comprehensive set of options. You can go through the settings to see if there is something that you would like to change.

For example, you can change the Load Comments option to “On Scroll”. This will load the Facebook comment system only when someone reaches the end of the article. This will help you improve page load speed.

Lazy FB comments load on scroll

Other than that, the default settings should work for most websites.

Now, you can visit any post on your WordPress site to see the Facebook comment system in action.

Facebook comment system in action

Moderating the Facebook Comments on Your Website

As the admin of the Facebook app, you will get notifications for new comments when you log in to your Facebook account.

You will also find a link to moderate comments on the plugin’s settings page.

Facebook comment moderation tool

Just like WordPress comments, you can set comment moderation rules on Facebook by clicking on the Settings link. This will open a popup where you need to click on the “Moderation Rules” tab.

FB Comments moderation rules

From here, you can decide the maximum character limit to be allowed in a comment. You can also set a limit after which the comments will be automatically closed on your posts.

Facebook allows you to add new comment moderators as well. You need to click on the “Moderators” tab and then add the person using the textbox.

Adding Comment Moderators

Once you are done, you need to click on the Save button to store the settings.

Display the Facebook Comment Count in WordPress

One of the downsides of using the Lazy FB Comments plugin is that it overtakes WordPress comment count functions and outputs a Facebook-branded version of the comment count.

If your theme displays comment count, then this would not look good

If you still want to display the Facebook comment count, then you can do that with the help of a code snippet.

First, you need to connect to your WordPress hosting account using an FTP client and then go to the /wp-content/themes/ folder. 

From here you need to open your current theme folder and then locate the single.php file.

Download single.php file using FTP

Next, you need to right-click on that file and then click on Download.

After that, you should open the single.php file using a plain text editor like Notepad. Once the file is open, look for the code used by your theme to display comment count and carefully replace it with the following code.

<fb:comments-count href="<?php echo get_permalink($post->ID); ?>"></fb:comments-count> Comments

This code snippet will help you to display the Facebook comment count on every post.

Finally, you need to save the file and then upload it back to the current theme folder using FTP.

That’s all! We hope this article helped you install and set up Facebook comments on your WordPress site.

You may also want to check out our guide on how to add Facebook open graph meta data in WordPress or how to get a virtual phone number for your website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

567 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • How to Properly Move Your Blog from WordPress.com to WordPress.org

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

  • Revealed: Why Building an Email List is so Important Today (6 Reasons)

    Revealed: Why Building an Email List is so Important Today (6 Reasons)

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

110 Comments

Leave a Reply
  1. David says:
    Nov 14, 2020 at 10:47 am

    Hi,

    I set it up according to this article. Comments work, but I can’t see the comments in moderation. Every column including “public” is empty. How can I delete published comments for example?

    Thank you

    David

    Reply
    • WPBeginner Support says:
      Nov 16, 2020 at 2:43 pm

      You would want to go into the plugin’s settings for the link to your comment moderation.

      Reply
  2. Samantha Collier says:
    Jun 3, 2020 at 2:51 pm

    Thank you for these instructions. I’ve tried to install Facebook comments for a long time and this is the first time it’s worked.

    Reply
    • WPBeginner Support says:
      Jun 4, 2020 at 9:03 am

      Glad our guide was able to help :)

      Reply
  3. Lisa Marie says:
    Apr 12, 2020 at 12:05 pm

    Thanks so much for this! Your site is incredibly helpful! I appreciate what you all do sooooooooo much!!!!!

    Reply
    • WPBeginner Support says:
      Apr 14, 2020 at 11:38 am

      You’re welcome, glad our articles have been helpful :)

      Reply
  4. Boris says:
    Feb 10, 2020 at 2:47 pm

    Awesome, Thanks!

    Reply
    • WPBeginner Support says:
      Feb 11, 2020 at 10:13 am

      You’re welcome :)

      Reply
  5. Daniel says:
    Jan 14, 2020 at 4:37 pm

    Thanks. The plugin is very useful indeed.
    It seems that the Plugin has changed its name to “Lazy Social Comments”, and is being supported by other people.

    Reply
    • WPBeginner Support says:
      Jan 15, 2020 at 10:35 am

      Thank you for letting us know, we’ll be sure to look at updating this :)

      Reply
  6. malika says:
    Dec 5, 2019 at 8:36 am

    thanks for sharing useful information !

    Reply
    • WPBeginner Support says:
      Dec 5, 2019 at 10:53 am

      You’re welcome :)

      Reply
  7. Joseph Parker says:
    Dec 4, 2019 at 6:39 am

    As per my personal experience, Facebook Comment is one of the best ways to increase your visitors to comment on a post or interact with existing comments.

    Reply
    • WPBeginner Support says:
      Dec 4, 2019 at 10:42 am

      Thanks for sharing your personal experience :)

      Reply
  8. Ricky says:
    Oct 16, 2019 at 7:14 am

    Post comment error handle on same page ?

    Reply
    • WPBeginner Support says:
      Oct 16, 2019 at 10:23 am

      If the plugin is having an error, if you reach out to the plugin’s support they should be able to assist :)

      Reply
  9. priyank says:
    Oct 12, 2019 at 5:17 am

    really helpful. I tried the mentioned plugin and it totally worth it

    Reply
    • WPBeginner Support says:
      Oct 14, 2019 at 10:38 am

      Glad our guide was helpful :)

      Reply
  10. Muhammad Arslan says:
    Feb 17, 2019 at 6:11 pm

    That plugin has been closed on author’s request. Please update the post.

    Reply
    • WPBeginner Support says:
      Feb 18, 2019 at 2:49 pm

      Thank you for letting us know, we will certainly take a look into updating the article.

      Reply
  11. Mohammad says:
    Jan 8, 2019 at 5:36 am

    The Facebook plugin mentioned has been disabled by its author. Please update.

    Reply
    • WPBeginner Support says:
      Jan 8, 2019 at 10:53 am

      Thank you for letting us know, we will certainly take a look into alternatives for Facebook Comments

      Reply
  12. Jakobe says:
    May 24, 2018 at 10:23 am

    this plugin has been discontinued, what do you reccomend?

    Reply
    • Editorial Staff says:
      Sep 19, 2019 at 5:41 am

      Just updated the article :)

      Reply
  13. Prashanth says:
    Jan 25, 2018 at 12:05 pm

    Was able to add the facebook comments plugin successfully. But, the default wordpress comments section is also showing below. How do I remove it?

    Reply
  14. Prashanth says:
    Jan 22, 2018 at 2:32 am

    Which plugin do you use for social sharing, that is below the posts (has the share counter too)

    Reply
    • WPBeginner Support says:
      Jan 22, 2018 at 4:04 am

      Hi Prashanth,

      We use a custom plugin for that. Please see our list of best social media plugins for WordPress for alternatives.

      Reply
  15. Rajendra Zore says:
    Oct 9, 2017 at 1:43 am

    You may want to update this article as the plugin author of Facebook Comments has stopped supporting it & prompting to switch to the Spot.IM Comments plugin instead.

    Reply
  16. Raj says:
    Jul 26, 2017 at 5:20 am

    Dear Wpbeginner. Nice article. Installed FB comments. everything working fine. Is there any waty to enable “Also post on Facebook” selecxt box?

    Reply
  17. Hosana says:
    Jul 5, 2017 at 2:53 am

    You need to review this article! The plugin you’re referring to is no longer being updated and is days away from breaking (when the older FB API will be deactivated). The developer started up spot.im which I guess he’ll have his hands full with.

    Also I don’t really see any other good plugins for this, they all have a small install base, unsolved issues to which they aren’t responding, no proven compatability with latest wp version, …

    Reply
    • WPBeginner Support says:
      Jul 5, 2017 at 3:43 am

      Hi Hosana,

      Thanks for the suggestion we will look into it. You can also try to reach out to plugin developers for support.

      Reply
  18. zhul says:
    Jun 17, 2017 at 9:54 pm

    but how to change text color?
    i used dark themes and i can’t see any comment

    Reply
  19. Elizabeth says:
    Mar 21, 2017 at 5:12 pm

    Is there a way to turn off the comments on certain posts?

    Reply
  20. sam says:
    Feb 4, 2017 at 5:49 am

    how to mirror the facebook comment on facebook page with facebook comment on wordpress blogpost and vice versa?

    Reply
  21. Jenn says:
    Feb 2, 2017 at 5:02 pm

    Thanks, this article was very helpful! I followed your instructions, and everything appears to be working on my site.

    Reply
  22. Chankey Pathak says:
    Jan 18, 2017 at 7:54 am

    This plugin does not work anymore.

    Reply
  23. Uchiha says:
    Dec 13, 2016 at 4:44 pm

    Im having trouble using this into my wordpress site. Please help me

    Reply
  24. Nilesh says:
    Nov 28, 2016 at 11:13 am

    Hey, great article and very useful. Can you link the comments to a Facebook post or page?

    Reply
  25. Patrice says:
    Nov 2, 2016 at 2:24 pm

    The facebook comments plug in is working on my site however I still see the wordpress comments. How do I remove the wordpress comments?

    Reply
    • David chriss says:
      Nov 3, 2016 at 4:55 am

      Hi Patrice,

      You Can Disable Default WordPress Comment By Using This Plugin Disable Comments

      Details:- Requires: 4.0 or higher
      Compatible up to: 4.6.1
      Last Updated: 2 months ago
      Active Installs: 900,000+

      If you have another Question Feel Free To Reply To This Email
      Or You Can Read This WP Beginner Article https://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/

      I Hope I Help Some One Today :-)

      Best Regards,
      David Chriss

      Reply
      • Charne Cronje says:
        Jan 31, 2017 at 9:01 am

        Hi David, Hope you are well, Has this plug in for facebook comments been updated for the new wordpress 4.7.2? And perhaps you might also know of a pinterest plugin that doesnt just show the pictures but also the description below, which works with the latest version of WordPress.

        Thank you

        Charne
        xx

        Reply
  26. Sara says:
    Nov 2, 2016 at 1:24 pm

    Hi. I want to know if it’s possible to make the comments on my fanpage’s articles appear directly on my website’s articles and vice versa. Thanks!

    Reply
  27. Zaharadeen Elfakkawy says:
    Oct 19, 2016 at 8:30 pm

    Anytime someone tried to comment they get ‘message failed’ error. Pls what’s the solution for thia

    Reply
    • David chriss says:
      Oct 30, 2016 at 9:24 am

      Hi,

      Even me I Have That Common problem Please WP Beginner Help Us Or Any One can Help Us Please.

      Please Help Us

      Reply
    • Amit Jain says:
      Jan 15, 2017 at 10:10 pm

      Dear Team, What is the name of social share plugin you are using as i wish to install the same. It looks quite simple and sober. Regards, Amit Jain

      Reply
  28. sohib sanam says:
    Oct 12, 2016 at 9:53 am

    thanks for share the update about facebok comment

    Reply
  29. Stelaras says:
    Sep 28, 2016 at 1:56 pm

    Do you know how i can change the position that the plugin is placed?

    Reply
  30. Ahmad Farisi says:
    Sep 19, 2016 at 1:40 am

    Thx … but how to set notification to our facebook account if there is a new comment ?

    Reply
  31. Mahdi says:
    Aug 30, 2016 at 2:37 am

    Hi Everyone, I was looking for a plugin who’s importing my facebook old comment from my facebook fanpage to my wordpress.

    I tried this one but it’s not working, can anyone tell me how it works ?

    I used another methode by commenting the embed comment and looks not really fine

    Reply
  32. Justin Enjo says:
    Aug 29, 2016 at 8:51 pm

    Hi WPBeginner – Quick question about Facebook Comments… How does it effect your SEO? Is it better to keep default WordPress comments or maybe Jetpack comments so that the comment content stays attached to your blog rather than fb? thanks.

    Reply
    • WPBeginner Support says:
      Aug 30, 2016 at 4:10 am

      Default WordPress comments are more SEO friendly in our opinion.

      Reply
  33. Pram says:
    Aug 18, 2016 at 8:20 am

    I can’t find the plugin?

    Reply
  34. Aman says:
    Aug 17, 2016 at 4:20 am

    This plugin is installed on my site and I have also activated coments mirroring for my page but still comment mirroring is not happening?

    Do you know the way around to do this?

    Reply
  35. anish says:
    Jul 28, 2016 at 7:36 am

    i have a site

    Reply
  36. Daniela says:
    Jul 11, 2016 at 1:38 pm

    Hello very well explained!! But I have a problem! The comments should show also on my fan page write? …..
    ……I did everything and I get my comments on my wordpress but not SHOWING on my facebook page why?? Help !!!!!! Thanks a lot. Daniela

    Reply
  37. Vikagutt says:
    Jun 29, 2016 at 5:32 am

    I can’t get the plugin to work in Internet explorer. I can see from other threads on the net that others have the same experience. Some say that header.php should be modified, but I can’t figure out where in the file.
    What to do?

    Reply
  38. Tabetha says:
    Jun 21, 2016 at 5:26 pm

    I set up this plugin with a test app. Right before I was due to launch the website, I had to switch over to the new app that was set up for the business the website was built for. When I changed the app ID to the new app, all of the comments kept going to the old app I set up for testing purposes. Even after I deleted the old app, deleted and reinstalled the plugin and verified that the correct app ID was being used in the api call.

    Now, I have no way to moderate the comments because that old app is deleted and all the new comments are going to that old app even though the app ID I have in the plugin settings is for the new app ID.

    Any ideas?

    Reply
  39. Steve says:
    Jun 18, 2016 at 9:27 pm

    ..that facebook plugin is not updated since 11 months. Moreover, the plugin is made by some developer, and not Facebook. It does not feel very safe to use that plugin. Do you have any alternatives?

    Reply
    • WPBeginner Support says:
      Jun 19, 2016 at 7:48 pm

      Sometimes plugin authors don’t feel the need to update a plugin because there is nothing changed or broken.

      Reply
  40. Rizwan says:
    May 12, 2016 at 9:46 am

    Hi.. When i hyperlink another post from my wordpress blog to new post. All hyper links get shown below with ping back option. I don’t want them to show. Any advice?

    Reply
  41. mahendra says:
    May 7, 2016 at 9:00 pm

    great post !!! i have been searching for how to install facebook comments to my site. now i am going to use it on my site
    thank you alot .

    Reply
  42. Paolo Euvrard says:
    Apr 22, 2016 at 12:51 am

    ok, that’s all fine, I’ll switch to that from now on.

    In order to disable the WordPress comments:
    Settings >> Discussion >> uncheck “Allow people to post comments on new articles”

    This applies to new posts that you will publish from now on.

    To disallow comments from already publish posts:

    Posts >> select them all and “Edit” under bulk actions and hit apply >> choose “do not allow” next to comments and hit update posts.

    Reply
  43. Autarka says:
    Apr 14, 2016 at 5:21 pm

    hey guys,

    regarding to your plugin issues…

    you need ipv6 addresses… without switching from ipv4 to ipv6 it isn´t working…

    kindly, autarka

    Reply
  44. Mithilesh says:
    Apr 5, 2016 at 5:55 am

    Not getting where to upload the plugin.

    Reply
  45. nacontact says:
    Mar 28, 2016 at 10:00 am

    Hey, nice article, but I have some questions.

    This blog here:
    When you comment his facebook publication, it’s automatically commenting his blog, keeping the theme of the blog. When he comments his blog, it’s automatically commenting the facebook thread.
    Any idea on how to do that?

    Cheers,

    Reply
    • Ramon says:
      Jul 1, 2016 at 4:45 pm

      Hello,
      I would like exactly the same! Can’t find how to. Did you find the answer to this and would you want to enlighten me? What I’ve been Googling so far is things like:
      “auto publish to facebook grab retrieve comments”

      Thank you so much!
      Greetings

      Reply
      • Sara says:
        Nov 2, 2016 at 1:26 pm

        I have the same problem. Did you find a solution?

        Reply
  46. Cynthia Spencer says:
    Mar 25, 2016 at 8:48 am

    I’m hoping it will help out with the user interaction on my site!

    Reply
  47. vimala says:
    Mar 25, 2016 at 6:21 am

    But that just seemed to take me in a circle, and i never got what I needed.

    Reply
  48. Kenneth Adair says:
    Jan 4, 2016 at 12:12 pm

    There is NO Create App ID button here:

    “Simply visit the Facebook Apps page and click on the create new app button. You will need to provide a name for your app and click on the Create App ID button.”

    Reply
    • WPBeginner Support says:
      Jan 4, 2016 at 6:46 pm

      Follow the on screen instructions to create a new app.

      Reply
  49. Mark says:
    Dec 14, 2015 at 11:32 am

    I just set it up and It’s pulling in 1200+ comments, but I’ve only just created my FB page and I have not comments on it yet. The stuff is from all over the place. How do I get it to just show my FB page’s comments

    Reply
    • Rob says:
      Dec 17, 2015 at 4:31 pm

      I have exactly the same problem and will remove these coments now as it looks so fake. Anyone can see it is not genuine. What a disappointment! There are no instructions either about this, as far as I can see.

      Reply
      • Esref says:
        Feb 28, 2017 at 3:50 pm

        Fake content is a big problem :(

        Reply
  50. Lisa says:
    Dec 8, 2015 at 6:43 pm

    Can I set up the comments to go with my Facebook page, or will it only work on my personal name feed?

    Reply
« 1 2

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
SeedProd Logo
SeedProd
Create beautiful custom landing pages - Drag & drop builder. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 30 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2020 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2020)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2020)
    • SiteGround Reviews from 4196 Users & Our Experts (2020)
    • Bluehost Review from Real Users + Performance Stats (2020)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • Free Business Name Generator (A.I Powered)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2020 – Step by Step Guide
Deals & Coupons (view all)
Advanced Coupons
Advanced WooCommerce Coupons
Get 50% off the Advanced Coupons smart coupons plugin for WooCommerce.
WP Mail SMTP Coupon
Get $50 off WP Mail SMTP Pro so you can ensure all your WordPress emails reach the inbox.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).
Join our team: We are Hiring!

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
  • Free Business Tools
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress
  • Smash Balloon

Copyright © 2009 - 2021 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by SiteGround | WordPress CDN by MaxCDN | WordPress Security by Sucuri.