There's nothing to sign up for or install.
- No changes to your pages or CMS. All you
- need to do is register a PayPal or Dwolla account
- to receive payments.
+ No changes to your pages or CMS. All you
+ need to do is register a PayPal or Dwolla account,
+ or get a Bitcoin wallet address to receive payments.
Private
Tipsy is completely private. No Tipsy
@@ -259,7 +259,7 @@
Getting Paid
or Dwolla
account to receive payments, and (2) publish
that account's ID in a single tipsy.txt
- file on your web site. That's
+ file on your web site. That's
it—you don't have to change a single
page or any step in your CMS workflow.
There's nothing to install.
@@ -275,9 +275,9 @@
Getting Paid
email. For Dwolla you need to get a key.
- Paypal charges transaction fees while Dwolla
+ PaPpal charges transaction fees while Dwolla
does not. But more users have (and can pay
- with) Paypal accounts. You can use
+ with) their PayPal accounts. You can use
either or both on your site.
@@ -732,6 +732,13 @@
All you need to make sure is to have the colons at the end of each heading and keep the indentation levels consistent.
diff --git a/data/js/tipsy.js b/data/js/tipsy.js
index 17995dc..17faba8 100644
--- a/data/js/tipsy.js
+++ b/data/js/tipsy.js
@@ -15,6 +15,7 @@ $(function() {
var name = $('#linkTagName').val();
var paypalEmail = $('#payPalEmail').val();
var dwollaKey = $('#dwollaKey').val();
+ var bitcoinWallet = $('#bitcoinWallet').val();
var data = ""
var nameIn = ""
@@ -24,7 +25,7 @@ $(function() {
if (paypalEmail != "") {
if (!(regex.test(paypalEmail))) {
- $('#noData').html("
Make sure your paypal email is valid.
");
+ $('#noData').html("
Make sure your PayPal email is valid.
");
window.setTimeout(function() {
$("#alertMessage").fadeTo(500, 0).slideUp(500, function() {
$(this).remove();
@@ -33,21 +34,26 @@ $(function() {
return
}
- data += " data-paypal='" + paypalEmail + "'";
+ data += " data-paypal=\"" + paypalEmail + '"';
}
if (dwollaKey != "") {
- data += " data-dwolla='" + dwollaKey + "'";
+ data += " data-dwolla=\"" + dwollaKey + '"';
}
- var textArea = " <link rel='author'" + nameIn + data + ">";
+
+ if (bitcoinWallet != "") {
+ data += " data-bitcoin=\"" + bitcoinWallet + '"';
+ }
+
+ var textArea = '<link rel="author"' + nameIn + data + ">";
if (data != "") {
$('#noData').empty();
- $('#placeFollowing').html("