How To Identify WordPress Plugins On Any WordPress Website

I had someone contact me recently that wanted to know the name of the WordPress Plugin I was using on my sidebar for social media. I’m used to just getting this info on my own using Google Chrome’s inspect element feature, as it works for the vast majority of WordPress Plugins. Usually there is a class or ID in the HTML code that reveals its name. Since its clear that not everyone does this, I thought I’d provide a guide on how to do this to benefit those who aren’t doing this already. So here’s how to identify the name of a WordPress plugin on someone else’s website without having to ask them for it (at least in most cases this works).

  1. Open up their website in the Google Chrome Browser.
  2. Hover over the WordPress Plugin that you want to identify with your cursor.
  3. Right click on it and select “Inspect element” like in the screenshot below:
    Inspect Element of WordPress Plugin in Google Chrome Browser Screenshot
  4. Find the parent element of the WordPress Plugin. You can select different lines of HTML code in code view and the highlighting will change accordingly or you can re-inspect the element visually on the WordPress Plugin until you find the parent element. You’ll know it’s the parent element if when you inspect the element the entire WordPress Plugin is highlighted like in the following screenshot:
    Inspect Element of WordPress Plugin Parent Element Highlighted in Google Chrome Browser Screenshot
  5. Look for a class or ID that looks like the name of the WordPress Plugin. In this instance it is pretty obvious as you can see class=”metro-social metro-height” in the screenshot below. The class “metro-height” sounds like a setting for height for the metro Plugin, so we would likely go with “metro-social” instead.
    Inspect Element of WordPress Plugin in Google Chrome Browser Viewing Code Screenshot
  6. Now simply Google the WordPress Plugin’s class without the hyphens and append “wordpress plugin” to the end like in the following screenshot:
    Google Results for WordPress Plugin's Class
  7. There you have it, the WordPress Plugin you found on someone’s website that you wanted to use on yours. It’s that easy. Enjoy your lovely new WordPress Plugin!

I’m planning on making a Google Chrome plugin that will detect WordPress Plugins automatically, but this is the next best thing until I get around to it.

10 COMMENTS

  1. Useful tip Andy.
    I’ve tried to find out what plugin was being used in the past and used Chrome to try and find out.

    I never actually thought of googling “the WordPress Plugin’s class without the hyphens and append “wordpress plugin” to the end.

    I’ll try that next time.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.