How can I build fancy text generator website?

Joined
Jan 7, 2019
Messages
372
Reaction score
206
Unfortunately I couldn't find any wordpress plugin or ready html js codes for it.

I want to build a website like this https://coolsymbol.com/cool-fancy-text-generator.html

Thanks
 
This doesn't seem difficult if you have basic programming skills..

Use php /ajax/html... Or Any other programming where you can do 'on the fly' stuff...
Unfortunately there is not a ready made wp plugin for everything... Sometimes you need to customize stuff yourself...
Also noticed many crappy wp plugins which wants you to buy a premium version for something which is basically a few lines of code extra :-)
 
I think this is exactly the same PHP used in your example:
Code:
https://codecanyon.net/item/fancy-text-generator/30125489

There are these too:
Code:
https://codecanyon.net/item/text-generator/22005317
https://codecanyon.net/item/stylish-text-generator/27577864
 
View source and get its Javascript code, you can clone this website easy
 
Back
Top