Home | Blog | ( 3 ) | Subscribe

Disclosure: This post may contain affiliate links which may earn us a commission when you click on them.

Posted by on Thursday May 26, 2011 at 15:57:31:

Liberty reserve is a cool way to receive payments online and it is popular in Nigeria. If you have a blog or simple website where you would like to setup a donation button or receive payments for a variety of purposes, adding liberty reserve would not be a bad idea especially if your regular web visitors are used to it or have an account like that. Liberty reserve works a bit like other payment processors like Alertpay or paypal as it allows users to send electronic funds to other users within the network. In minutes, one account gets credited while the sender gets debited. One advantage I think it has over other payment platforms is that there are no payment reversals and the transfer fees are really low at 1%.
Another advantage Liberty reserve has over platforms like Paypal is that it works in most places where Paypal does not. Countries like Nigeria are accepted and it seems that it is mostly used by internet Forex traders and having a website related to forex tutorials may work well with a Liberty reserve button.

So how do you setup a Liberty reserve button on your website? How do you allows LR members to send money to you in form of donations. How do you sell with a LR button?

Well You first of all NEED TO HAVE A LIBERTY RESERVE ACCOUNT

Now after opening a free account, you may set up a payment button in any of the ff ways:
- You can go to http://www.libertyreserve.com/en/paymentform and generate a code which you can use
- You can use the example I gave below in this post

Now here is how I generated a simple Liberty reserve button. It is in html code and you can paste it in your website at the place where you want it to show. It is just a simple form like any other form you have on your site and you can format it to suit you.

Here is a working html code I used:

<form method="post" action="https://sci.libertyreserve.com">
<input type="hidden" name="lr_acc" value="U3947839"/>
<input type="hidden" name="lr_success_url" value="http://www.multidox.org/blog"/>
<input type="hidden" name="lr_fail_url" value="http://www.multidox.org/blog"/>
<input type="hidden" name="lr_currency" value="LRUSD"/>
<input type="hidden" name="lr_comments" value="Donation on behalf of www.multidox.org"/>
Enter Amount here:<br/><input type="text" name="lr_amnt" value=""/>
<input name="imageField" type="image" src="https://www.libertyreserve.com/downloads/banners/accept.gif" alt="Pay With Liberty Reserve!"/>
</form>

You may view a working demo here

Try it out:
A simple Liberty reserve Donation button:

Enter Amount here:

Currency:




Comments:
Re: How to create a simple Liberty reserve donation button Posted by Dean on Sunday July 3, 2011 at 17:50:11:

Thanks for sharing this :) It was very helpful and easy to add this button



Re: How to create a simple Liberty reserve donation button Posted by weselion on Monday July 18, 2011 at 10:58:45:

Thanks for the article,but in that amount field,how can i make it $5 compulsory.



Re: How to create a simple Liberty reserve donation button Posted by Felix Okoli on Monday July 18, 2011 at 11:14:7:

You can use javacript to set compulsory fields. If you don't know javacript, you can google for form validation with javascript or get a web developer to do it for you



Re: How to create a simple Liberty reserve donation button Posted by Bayo on Thursday January 5, 2012 at 9:39:32:

You could also make the price fixed by setting it as a hidden field.

See code:

input type="hidden" name="lr_amnt" value="$5"






Post a Comment

Required fields are Name and Comment.


Name:

Email: (Optional)

Comment: