Recommended Tool: Wordpress Link Cloak - An Amazing Wordpress Plugin To Increase Revenue
WordPress SEO Services | WordPress Plugin Development | WordPress Consulting | Wordpress Upgrade | Wordpress Theme Design | Portfolio

Are PayPal WordPress Plugin »


This plugin is used to monetize wordpress blog content using PayPal. It is designed to sell your knowledge.

Features:

* Post/Page can be set to contain hidden content.
* Instead of the hidden text user is shown a message about the action he has to take to be able to see the content.
* Content can be set as hidden for unregistered users and visible for registered
* Content can be set as hidden for unregistered-unpayed users and visible for registered-paid users
* Gogglebot can index hidden content so users can search for a hidden content but can not see it. Other search engines will see only visible content
* Administrator can grant users to access payed content
* All the features are configurable using administration screens
* Plugin uses PayPal IPN – Instant Payment Notification protocol so payment/content delivery process is fully automated.
* Bonus posts. Packages of posts can be created. So what buying one post from the package all other becomes visible also
* Price for all blog. Administrator can set price for all payed posts so what user who pays can view all the hidden content

Workflow:

1. User is exposed with a message “Please login” and a login hyperlink instead of hidden content
2. After user logs in he is exposed with a content or a new message “Please pay” and a PayPal button
3. After user pays and returns back to the blog he is exposed with a content

Usage:

* Edit the posts – you want to contain hidden content. Surround the content you want to be hidden for unregistered users with [ArePayPalLoginPlease][/ArePayPalLoginPlease] pseudo tags.
* To tax previously hidden content edit post prices and user privileges under Are PayPal administration section

Tags: paypal, monetize, subscriptions

Download Plugin

WP Easy Paypal Payment Accept WordPress Plugin »


Easy to use WordPress plugin to accept paypal payment for a service or product or donation in one click. Can be used in the sidebar, posts and pages.

For information and updates, please visit: http://www.tipsandtricks-hq.com/?p=120

Usage: There are two ways you can use this plugin:

1. Add the trigger text to a post or page
2. Call the function from a template file:

Tags: paypal donation, Accept payment for services or product, Paypal payment

Download Plugin

WordPress Simple Paypal Shopping Cart WordPress Plugin »


WordPress Simple Paypal Shopping Cart allows you to add an ‘Add to Cart’ button on any posts or pages. It also allows you to add/display the shopping cart on any post or page or sidebar easily. The shopping cart shows the user what they currently have in the cart and allows them to remove the items. It can be easily integrated with the NextGen Photo Gallery plugin too.

For screenshots, detailed documentation, support and updates, please visit: http://www.tipsandtricks-hq.com/?p=768 or http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart
Tags: wordperss ecommerce, shopping cart, online shop, Paypal shopping cart, WordPress shopping cart, sell digital products

Download Plugin

WordPress PayPal Donation WordPress Plugin »


Another small and beautiful plugin. It adds a fully customizable PayPal button to the posts. The only thing you have to do is put [donate] in your post or in your theme. Via the options panel it is fully customizable.

If you want special settings in one post or somewhere else you can set some attributes. For example:
Updates
27.09.2009

Page Style has been added.
Attributes to customize

email = Your PayPal Account title = The title of the page where you redirect your donators returnurl = The URL where the donators are redirectet. cancelurl = The cancel URL. amount = The amount you want to have. ccode = Currency code (USD = United States, EUR = Europe, …) image = The Image of the button.
Customize in post

If you want to customize the button in your post you write: [donate email="me@example.com" title="Donate for me once more" return_url=...]

That’s all!
Customize in theme

It’s nearly as easy as in posts. You write:

Live demo (at the bottom)!
Tags: customizable, theme, Post, easy, money, paypal, button, donation, donate

Download Plugin

WordPress PayPal Donation Plugin WordPress Plugin »


The WordPress PayPal Donations Plugin allows you to create a donations page or post where your readers can donate any amount they wish. Features include:

* Specify the number of donations and/or links to show
* Specify an expiry date whereby donations older than this date will not be shown
* Offer the ability to supply a link back to their own site if the user donates more than a specified amount
* Show a graph bar showing how much has been donated towards your supplied target figure
* Multiple currencies supported

WordPress PayPal Donations Plugin uses IPN to ensure the values are correct and you can also chose to display your total donations to date.

Related Links:

* Plugin Homepage

Tags: paypal, donate, donation, pay pal, paypal donation

Download Plugin

Simple PayPal Donate WordPress Plugin »


If you’ve not done so already, create your donation button…

1. Log into your PayPal account
2. The option to take donations can be found under “Merchant Services” (https://www.paypal.com/uk/cgi-bin/webscr?cmd=_xclick-donations-factory)
3. Create the button, as required, and you will be shown some code to add to your website.
4. Within this code is a button_id (or equivalent encrypted value) and image URL – you will need these for the Simple PayPal Donate plugin to work.

The button ID, if present, is the 7 digit numeric value usually at the end of the third line of code (e.g. ’2851382′). If this is not present you may have an encryped value instead (this has a value containing a long string of characters, with -BEGIN near the start of the value). Either one of these can be used in this plugin.

The image URL is the “src” usually on the 4th line (e.g. ‘https://www.paypal.com/enGB/i/btn/btndonateCC_LG.gif’). To display your PayPal Button on your WordPress site you will need to insert the following code, where appropriate, into your theme…

In the above example, I’ve used my credentials, but you will need to use the details that I suggested you note before, as supplied by PayPal. The first parameter is your button ID or encrypted value (either will work) and the second parameter is the image URL. Alternatively, if you wish to ensure that your code still works correctly, even if Simple PayPal Donate is switched off, you can use the following format of code…

If you don’t wish to pass the same details each time (or simply want a single place where some of the details, for example your button ID, can be held) then you can hard code these into the plugin. In the wp-content/plugins/simple-paypal-donate/ folder, edit the simple-paypal-donate.php file. You will find 2 lines of code within it…

if ($button_id==”") {$button_id=”";}
if ($image_url==”") {$image_url=”";}

To hard code any of the parameters, simply add them into the end of the appropriate line. For example, if I wanted to add my button ID in, I would change the first of these lines to read…

if ($button_id==”") {$button_id=”2851382″;}

Then, if you don’t pass a button ID, the one above will be used by default. However, beware of using this method as implementing any update to this plugin will wipeout any hard coding changes that you may have made.
Tags: money, donate, paypal

Download Plugin

Paypal Shortcodes WordPress Plugin »


This plugin allow to insert Paypal buttons in your posts or pages, just using a shortcode. This plugin don’t have a management panel at this time, you’ll need to edit paypal-shortcodes.php and follow the comments.

Currently supported: * Add to cart * View cart
Usage

[paypal type="add" name="Item Name vol. 1" amount="12.99"]

This shortcode will print the “Add to cart” image, which will add “Item Name vol. 1″ (priced 12.99) to your paypal cart.

[paypal type="view"]

This shortcode will print the “View cart” image.
Tags: integration, shortcode, paypal, 2.5

Download Plugin

Wordpress Hosting

Expert Wordpress hosting services $5.95/mo, unlimited space, unlimited traffic, FREE domain, Free Wordpress installation, Free Wordpress themes and lot More!

Custom Plugin Development

If you are want a Custom WordPress Plugin created?
Or you need an existing WordPress plugin modified?

Choose us for best quality services. Please provide us with your contact information, select the service for which you want pricing and we will get back to you with all the details.

Hire Wordpress Experts

If you are looking for freelance wordpress developers, look no further.
Choose us for best quality services. Please provide us with your contact information, select the service for which you want pricing and we will get back to you with all the details.

Premium Wordpress Themes

Is your Blog Looking Crapy?
Download a premium theme today!
Introductory Price $19 Only!

Services -

- Home
- Custom Theme Design
- Plugins Development
- Request a Quote
- Seo Services
- Register

Want A Professional Look?
Try Our Premium Themes!
Introductory Price $19 Only!







Help us spread the word...

Need custom wordpress theme design? Looking for a Custom WordPress Plugin?Choose us for best quality services. Please request a quote now!