How do I automatically add new coupons to my website?

newbieceo

Newbie
Joined
Jun 21, 2019
Messages
11
Reaction score
0
My website is built on wordpress and it has a button add new cupons.
I may have to scrap from other site.
How do I do a plug-in to do it?
 
It's called programming. What's your experience with it?

Web scraping and database connections?
 
If you're using a plugin, you need to investigate how the coupons are saved in wordpress database by inspecting database schema.

Then you will have to add rows to particular table in the same way the plugin does.
 
If you're using a plugin, you need to investigate how the coupons are saved in wordpress database by inspecting database schema.

do you know any coupom code site that you can scrap?, I already created a plugin, I can scrap some sites, but I can't find any coupon site that can scrap.
 
Back
Top