- Joined
- Apr 29, 2017
- Messages
- 149
- Likes
- 127
- Degree
- 1
When I used to build spam "thin sites" with Wordpress, I developed and sold a plugin that allows you to bulk create pages and posts based on a set of keywords and spun content.
For example, you could enter a list of keywords:
And in the content area, use spintax to generate the post content using "placeholders":
The plugin cycles through each keyword and creates a post for each one, replacing %%keyword%% with the relevant text.
Through various iterations over the years, it increased in complexity and I have added in more placeholders, options and features.
It is still for sale and sells the odd copy now and then, but I am losing the will to keep it updated and tested, especially because I am not that interested in buildingspam thin sites any more. God knows how it will work with Gutenberg.
I have been toying with the idea of releasing the plugin code as open source, for others to build upon or improve but am not sure how much it will piss off my existing customers. Or, I might be able to sell the plugin to another developer - I am sure it will still have its uses, but will only appeal to blackhat types I think.
Has anyone been in a similar situation before with things like this that they were selling but not enthusiastic about? Looking for advice on if I should kill it, place it on Github or try to sell it on somewhere.
For example, you could enter a list of keywords:
red widget
blue widget
pink widget
And in the content area, use spintax to generate the post content using "placeholders":
Buy {the|our} %%keyword%% from our {cool|neat|online|ecommerce} {shop|store}!
The plugin cycles through each keyword and creates a post for each one, replacing %%keyword%% with the relevant text.
Through various iterations over the years, it increased in complexity and I have added in more placeholders, options and features.
It is still for sale and sells the odd copy now and then, but I am losing the will to keep it updated and tested, especially because I am not that interested in building
I have been toying with the idea of releasing the plugin code as open source, for others to build upon or improve but am not sure how much it will piss off my existing customers. Or, I might be able to sell the plugin to another developer - I am sure it will still have its uses, but will only appeal to blackhat types I think.
Has anyone been in a similar situation before with things like this that they were selling but not enthusiastic about? Looking for advice on if I should kill it, place it on Github or try to sell it on somewhere.