Spam in Wordpress Plugins

Annoying spam offers in Wordpress plugins.

650 views
d

By. Jacob

Edited: 2019-10-12 14:55

I am not a huge fan of Wordpress. It just lacks too many features out-of-the-box that are instead provided via Plugins. It also uses gravatar to handle users profile pictures by default, which I find extremely annoying.

In my opinion, many of the features you get from Plugins, such as a newsmail or photo gallery, should just be integrated in the CMS itself, or guaranteed by Wordpress to work, and without unnecessary clutter in the UI.

Plugins come with a higher chance of security issues, and they are often filled with spam notifications or advertisements to buy a "premium" or "pro" version of the plugin. This is unprofessional and distracting when you are assembling a site for a client.

Another reason for my dislike is, if suddenly a plugin you are relying on breaks, you will have to wait for plugin developers to update it. This is not an ideal situation to place a client in.

Making money on plugin development

While I can understand that developers want to get paid, you can not really expect to make a living from plugin development anyway.

Plugins are usually laser focused on very simple functionality, and these type of plugins take very little time to develop. I would much rather have this functionality integrated in Wordpress itself.

It is also unlikely that a client will want to buy "pro" versions of all the different plugins we are using, plus it is just bad UX to have "go pro" messages cluttering up the controlpanel. Clients are often not very accustomed with web- stuff, and such clutter just distracts them from what they need to focus on.

Making money on plugin development is probably not sustainable in the long run, because there are so many free plugins available. Someone might also get fed up with your spam and just make their own plugin. It is not like Wordpress plugin development is hard.

Luckily, Wordpress uses PHP and MySQL as back-end technologies, so if you have a good newsmail PHP class, it would take little effort make your own plugin to handle sending of newsletters.

Tell us what you think:

  1. How to insert code right after body opening tag, and creating a wrapper around the code in a page using PHP output buffering and the Wordpress shutdown hook.
  2. How to properly remove the title from a Wordpress post, and how to do it for specific post types.
  3. There is no function to select a post by slug name (post name), but we can create our own function to do it; find out how in this tutorial.
  4. How to properly customize Wordpress based website, where to add your own code, and how to override existing functionality.
  5. How to manually move a Wordpress website to another domain name, and copy the database and the files from the old site.

More in: WordPress Tutorials