Pay Per Post / Sell A Post Plugin?

darkmonk

Regular Member
Joined
Nov 21, 2007
Messages
226
Reaction score
54
Does anyone know of a plugin that will let you sell posts? An automated pay per post plugin? Or should I be looking for an article directory plugin for WordPress to do this?

I would like to have a couple options, either pay for one at a time, or buy one of several monthly membership packages that provide N number of posts or additional features for their posts. User buys a post, they get a panel where they can create their article/post and submit it for review and approval.

I have been searching and I'm starting to think this doesn't exist off the shelf. Anyone know of something?
 
The EasyPayPal plugin can do this. It may or may not be working on the current version of WP you would have to test it yourself.
?Charge to Publish? using a Custom Payment page

This feature allows you to charge a fee before a user publishes a post from your site. This works very well for WordPress-driven job boards. Create a page with the title of ?[Payment Options]?. Whenever a user attempts to access the post editor, WordPress will check the number of post credits available to the user. If they have run out of post credits, they will be taken to your custom payment page. Use [paybutton] tags on your page to allow users to purchase post credits. In this case, the item number becomes the number of post credits that a user will purchase.

Example:
[paybutton]1 Job Post|1|30|||[/paybutton]
[paybutton]5 Job Posts|5|50|||[/paybutton]
Link:
Code:
http://www.voiceoftech.com/swhitley/index.php/simplepaypal-wordpress-plugin/
 
I will definitely try this out on my blog. I have been searching for this kind of thing for quite some time now. Thanks for sharing.
 
Back
Top