Alex from Zirona has released a Wordpress plugin that allows visitors to donate money in return for a back-link of their choice. The process has been automated and no interactions are required making this a great revenue generator for power-bloggers and niche hobbyists who can now be rewarded for their efforts.
The donations cloud is something like a tag cloud, only that it displays – donations. The more a person donates, the larger the link to his/her website will be.
There is a critical bug in 0.1.1 (currently available version at time of writing) whereby if you increase the value of DC_MIN_LINK_AMOUNT and a visitor donates a value less than your DC_MIN_LINK_AMOUNT amount the donation will not be visible and the visitor who just generously made a donation will call foul.
To resolve this issue do the following:
- Open an FTP connection to your website
- Edit donationscloud.php (
/wp-content/plugins/donationscloud/...) - On line #45 change the value of “5.00″ to be the same as what you set for
DC_MIN_LINK_AMOUNTwithin settings.php (/wp-content/plugins/donationscloud/...) - Save changes
By increasing the minimum value that visitors can donate any future donations will appear in the donation cloud. Looking at the source for Donations Cloud it seems there is no minimum amount checking meaning someone who donates $4.99 will not receive a back-link, this should be announced to visitors and/or a server response mentioning that a donation of less than the minimum amount will not generate a backlink.
Enjoy this post? Get future updates sent to you for free! Join by subscribing to the Visser Labs RSS feed.







4 Comments
thanks Michael, will try it- you don’t seem to have the form showing?
Hi Suzie,
I decided to only show the donation link form on posts as this is where I believe my visitors will get the most out of their visit.
I’ll take a look at my own Wordpress database, I may just send you a modded version of my own Donations Cloud until it gets fixed by the developer. Expect an e-mail shortly, keep in touch.
Donations Cloud Bug, the article is in italian language but are shown the lines to change to get the plugin work correctly.
Hi Giovanni, bang on. I like that fix mentioned better than my hard-coded fix by echoing the declared minimum-donation it will always be up to date!