vote up 0 vote down star

How do I make my WordPress BLOG into a service where people need to pay through paypal to make comments on it? I already have made the “Subscribe” button through paypal. Now I just need to know how to adjust the php and also put the html form tag into the blog’s source code.

I imagine that this should be a very easy thing to do. I want to modify my wordpress blog so that users must buy a subscription if they want to post a comment.

That is it. End of story. Nothing more elaborate.

Now, after some thought, I have come up with what I think are the simplest components. The whole PayPal registration can be done apart from the WordPress Blog. At least, this can be done this way at first to test and to make sure it will work.

So we just have a button that will take users there.

Then we can just have an Identification Number that can be used to identify that they have registered.

So, all I really need amounts to a button that exists for first-time posters. The PHP code logic already exists for those who post a comment for the first time. When someone goes to the web site and they want to comment on a blog, it prompts for some required fields. Right now, the required fields are Username and Email address. All I have to do is add a button for them to sign up an account on paypal which could take them to another area. Then, just as we use cookies to provide a username and email address, we could use cookies to store an ID showing that they have completed buying a subscription.

There seems to be a number of WordPress plugins that I can use to make my WordPress a system where people have to buy a subscription in order to post. Some of the plugins are free and some are not.

• PayPal API Subscriptions from Zack Design (free) by Isacc Rowntree

• Word Press Membership Plugin from WP-Member.com (not free)

• PHPBAY

• Easy Pay Pal (free)

• ISubscribe – wordpress adaptable paypal membership by justin Blough (not free) 44 bucks

• WPB-Paypal costs 42 USD

• PAYPAL SUBSCRIPTION MANAGER ON SOFTPEDIA BY Xavier Media Intl costs 89 dollars

• Chuck Lasker’s web site reviews several producas and settles on “Rapid Action Profits combined with the Membership Plus add on” (costs money)

• Justin Tadlock’s website mentions two products:

o “Your Members” (costs 50 bucks)

o “aMember” (costs 179.95)

I have spent some time looking at the two free systems. I have done everything in the instructions for setting up the “PayPal API Subscriptions”. According to this design, you have a paypal button inside the actual text of the BLOG (see www.arguemax.com at the bottom of the current blog to see). This is not exactly the right design for me. And, although I have done everything in the instructions for setting up the “PayPal API Subscriptions”, like I said, I still have not been able to get it to work. When the user clicks on the button he is taken to a page that says that sign-ons are disabled.

The other free system, “Easy Pay Pal” looks like what someone who was trying to sell merchandise would want in a plug in.

The good news is this. I have a paypal account and I have html forms code just waiting to be placed in the right place and in the right way. All I need is some good advice.

flag

7% accept rate
7  
Who's going to pay to comment on a blog? – Graeme Perrow Nov 5 at 14:25
@Graeme: Well, it is so weird that it might actually work ;) – Piskvor Nov 5 at 14:29
Where have you guys been? There are several paid sites. – xarzu Nov 5 at 14:49
1  
Or maybe I have an outstanding idea. I call dibs. No copying. What better way to weed out the riff-raff and the spammers than to make them pay? Seriously, I have listed a number of companies that offer this sort of product for a fee. And I have seen one of these products in action. – xarzu Nov 5 at 15:05
2  
The difference between the products you've mentioned and what you say you're trying to do is that the products for for controlling member access to view a site - pay to read. You want people to pay to provide more value to your site... they get nothing in return. I don't see many folks paying to make your site better with no return. – ahockley Nov 5 at 15:43

closed as not programming related by APC, thephpdeveloper, Graeme Perrow, R. Bemrose, Mark Rushakoff Nov 5 at 17:46

2 Answers

vote up 1 vote down

If I tell you, do I get a commission for every customer?

Wait, you don't want to pay someone to write this for you? Then why would we tell you?

link|flag
vote up 0 vote down

As the other comments have suggested, it might not even work since the posters would be adding value to the website.

So, sure, you can get a commission for every customer. But it has to be for a set time, like a year, because I will probably change the site once newer technologies come available.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.