Brizy detector

Brizy logo

How can you detect if a website uses Brizy by looking at the source code?

Detecting whether a website is using Brizy involves looking for specific markers in the website’s source code that indicate the presence of this page builder.

Here’s a step-by-step guide on how to do it:

  1. Open the Page Source: Right-click on the webpage and select “View Page Source” or press Ctrl+U (Windows) or Cmd+Option+U (Mac) to open the page’s source code.
  2. Search for the Brizy Plugin Directory: Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function and look for the following keyword:
    • plugins/brizy: This is a telltale sign that the Brizy plugin is being used on the site. You may find it in script or link tags, such as <script src="https://example.com/wp-content/plugins/brizy/public/assets/main.js"></script>
  3. Check for Brizy-Specific Meta Tags: Look for any meta tags that may indicate Brizy usage. Example: <meta name="brizy-version" content="X.X.X">
  4. Inspect HTML Comments: Sometimes, builders like Brizy leave comments in the HTML source code. Search for:
  5. Look for Brizy CSS and JS Files: Check for links to Brizy’s CSS and JavaScript files in the source code. You might find:
    • <link rel="stylesheet" href="https://example.com/wp-content/plugins/brizy/public/assets/main.css">
  6. Search for Brizy Classes: Use the search function to look for class names associated with Brizy. Common examples include:
    • brizy-: Many Brizy components and elements might use this prefix in their class names.
  7. Check for Brizy Shortcodes: If the site uses WordPress, search for any shortcodes that are specific to Brizy, such as:
    • [brizy]