WPBrigade Blog

  • What is Gravity forms plugin and how to use it?
    Last updated on April 11th, 2026 by captain

    What is Gravity forms plugin and how to use it?

    Often a designer is required to design a WordPress form and a developer is required to add the required functionality. Well, now you don’t need any designer or a developer for these things. Use the Gravity Forms WordPress plugin and you can create the WordPress forms easily. You can select any type of validation for each of the form fields. Gravity forms provide a quick and easy way to integrate with a variety of third-party services such as PayPal and provide even deeper integration with WordPress through a collection of optional Add-Ons.

    Continue Reading

  • How To Translate a WordPress Plugin Into your Local Language
    Last updated on May 5th, 2026 by Editorial Team

    How To Translate a WordPress Plugin Into your Local Language

    As you already know that WordPress is an open-source platform and it is translated into many languages by different contributors. Most plugins are already translated into different languages. But if you find a plugin that is not already translated into your local language, you can translate that plugin yourself. You don’t need to be technical in order to translate a WordPress plugin into your own language.

    Continue Reading

  • How to create Facebook App and get App ID and secret?
    Last updated on May 7th, 2026 by Editorial Team

    How to create Facebook App and get App ID and secret?

    Creating a Facebook App is no rocket science but it just needs clean steps to follow. Before we begin the suggested steps  to create a Facebook app, the reason must be vivid. Facebook Application ID is used to integrate  with the Social Media Sharing feature and  Facebook login integration on the website, which is usually recommended for protecting the sensitive information keeping intact. It is because the moment a Facebook App  is created that  app will have an App ID and an App Secret. Then the  the App ID  is utilized to  send several requests to Facebook for data. And The Facebook App Secret gets enable to decode…

    Continue Reading

  • How to Add Privacy Policy Checkbox in Registration Form?
    Last updated on May 1st, 2026 by captain

    How to Add Privacy Policy Checkbox in Registration Form?

    By default, the user registration for WordPress is off. Once you enable it, you’ll find it doesn’t let you gather much information from users when they first register on your site. It has basic fields, including Username or Email Address and Password.  Custom fields empower you to get extra information from your users, such as an address or phone number, or ask them to accept your Terms & Conditions, Privacy Policy, etc. Important: The WordPress Checkboxes or checkboxes at any website are legal, as clicking on a checkbox is urging a signature on a written contract. Here we’ll explain how…

    Continue Reading

  • Diving in Google Drive APIs – List Files and Folders
    Last updated on May 13th, 2026 by captain

    Diving in Google Drive APIs – List Files and Folders

    Today, we are going to actually start playing with Google Drive APIs. Previous parts served as the basis for implementing web apps using Google APIs. In part 3, we will use Google Drive’s file listing functions to list files and folders and display them on a page. I assume you have already gone through the authentication and Installation process. I have shared my code on GitHub, where we are moving toward building a simple web app to list our Google Drive files and perform operations, etc. The following is a simple function that fetches the latest 100 files from the user’s…

    Continue Reading