Where to find tools for a wordpress website?

Gebb

Senior Member
Joined
Jul 12, 2021
Messages
851
Reaction score
647
I was thinking about adding a tool on a wordpress website, are there places where I can find tools (like a word counter, or other simple tools) to embed on a website beyond Codecanyon?
 
Wordpress have pligins but tools? Dont know what you talk about
 
Wordpress have pligins but tools? Dont know what you talk about
Yes, I've explained it poorly.
What I meant was tools like the one you can see on some websites, where the visitors can use it freely, for example a page where the user can paste text and that tools output the word's count, or anything else that a visitor can use (I've seen other websites offering tools for resolving equations, removing background and other complementary stuff related to that website topic).
I was asking if there is a place where such tools are listed or available, for example.
 
If you want word counter means MS Word is enough.

If you need WordPress tools mean many online tools are available now. You can check..
 
Yes, I've explained it poorly.
What I meant was tools like the one you can see on some websites, where the visitors can use it freely, for example a page where the user can paste text and that tools output the word's count, or anything else that a visitor can use (I've seen other websites offering tools for resolving equations, removing background and other complementary stuff related to that website topic).
I was asking if there is a place where such tools are listed or available, for example.
What you need is code to do x. Find that code by googling it and try to add it to a webpage. A webpage don't need to be a wordpress webpage, but you can try to add it to wordpress as well. Wordpress runs on php, but you can add code written in other languages as a widget, as javascript.
You may also find a wordpress doing x.
Hope this helps!!
 
So you want a script that does something. In most cases it will require custom modifications since there is barely such things for WP in plugins, but maybe there are some, after all wordpress is PHP and basically everything is possible.
Just be careful when editing.
 
Check Deleted member 752298, wont be disappointed.

Thanks a lot for your mention man!

@Gebb if you have found what you're looking for, just give me a buzz and I'll upload this plugin or theme free for you.
 
Yes, I've explained it poorly.
What I meant was tools like the one you can see on some websites, where the visitors can use it freely, for example a page where the user can paste text and that tools output the word's count, or anything else that a visitor can use (I've seen other websites offering tools for resolving equations, removing background and other complementary stuff related to that website topic).
I was asking if there is a place where such tools are listed or available, for example.

Thats definitely doable. Most likely with JavaScript. However, if there is such a plug-in, which I’m not recalling the name of off-hand, @Festinger either is giving it away for free or it’s in his packs of WP plug-ins.
 
Just browse the WordPress plugin directory. Many tools are available.
 
Back
Top