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.
