How do you find out which plugins a WP site is using?

Corydoras007

Regular Member
Joined
Sep 17, 2012
Messages
495
Reaction score
91
Hello BHW,

Been checking out a competitor and all I know is that their site is using wordpress. What I like about it is how they use tables to compare and lay out certain products with a Buy Now button that contains their aff link.

I'm trying to figure out how they do this and I think they are using a plugin to make their tables.

I pulled out the source code and I don't see any plugins, just the theme. So I'm wondering, is there any other way to figure out all the kinds of plugins a WP site is using?

Thanks.
 
Thanks... for some reason plugins are not listed. :(
 
If you scroll down the page, the plug ins are displayed further down
 
One way is by checking the website's source code. Search "wp-content/plugins/" and you will know.
 
You can't know it, perhaps you may be able to find out about specific, popular plugins, but a full list, nope, it's not possible unless they're not protecting directory access in their server.
 
One way is by checking the website's source code. Search "wp-content/plugins/" and you will know.

Pretty much all modern servers have directory access protected, so for 95% of the sites this won't work.
 
Lots of good recommendation here. A couple I haven't heard of.

I use builtwith plugin and builtwith.com
 
Thanks, I'm gonna give em a try. Iv used other sites but there's always barely any detail on the sites iv tried. Much appreciated!
 
by using website's source code to find which plugin are use in particular website
 
Back
Top