WordPress

How To Identify WordPress Plugins On Any WordPress Website

This article was published in 2013. Tools, prices, and best practices have likely changed since.
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.

Frequently Asked Questions

How can I find out what WordPress plugin a site is using without asking the owner?

Right click the plugin's element on the page, choose Inspect Element in Chrome, and look for a class or ID name in the HTML that hints at the plugin's name.

What do I do once I find a class or ID name in the code?

Search Google for that class name, without the hyphens, followed by wordpress plugin, and it will usually surface the plugin you're looking for.

Does this method work for every WordPress plugin?

Not always, but it works for the vast majority of plugins, since most include a class or ID in their HTML output that reveals their name.

10 Comments

APPIRITION2013-11-25
Thanks Andy for that useful bit of information.
Vladi2013-11-25
Good idea on the plugin!
Andy Forsberg2013-12-01
I just published my latest Google Chrome Extension named "WordPress Plugin Sniffer" that detects WordPress Plugins on any WordPress website, you can view/install it in in the Chrome Web Store: https://chrome.google.com/webstore/detail/wordpress-plugin-sniffer/jdmbobghippoogeagbcimaolcfbjoihk - Enjoy!
Jonnie Jensen2014-01-24
Hi - how do I access the Plugin sniffer plug-in once it is installed please? It has not show up in extension toolbar and right click is not it either. Thanks in advance. Jonnie
Keith Davis2014-01-05
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.
Godwill2014-02-06
thanks so much andy for this helpful tip...this will realy help me as a starter :thumbs up: :)
Isaiah Joe2014-04-07
Nice idea, i was reaching searching for this tips to checking my competitors Plugin, and it worked! Thanks Andy.
Mehreen Khan2015-04-09
Very helpful post. I just detected plugin used by my competition. Thanks for sharing such a simple method.
Mark j2015-08-14
There are much easier ways. One of them is to use http://scanwp.net.
Dennis2023-03-08
In the meanwhile there a lot of WordPress plugin detector tools. My favorite tool is https://inspectwp.com/en/wordpress-plugin-detector .