It s Alive STEEM Donation Plugin For Wordpress Link Installation Instructions

in #upfundition6 years ago

Download The Latest Version Of Steem Backed - STEEM/ SBD Donation Plugin For WordPress 4.9+

 

How To Install

To Install The Plugin, Simply Download The Zip File From Our Website. You Can Also Get It From Our Steem Backed Github. Once Your Download Has Completed, Locate The Downloaded Zip File And Upload It File To Your WordPress Installation (i.e. http://yoursite/wp-admin/plugins.php ). After Installation Is Confirmed, Activate The Plugin. You Will Then Notice A New Tab In Settings--->SteemBacked -->From here You Can Configure The Button, Preview It In Real-Time, As Well As View Shortcode Examples And Instructions For Placing It In Your Blog.

Adjust Settings

Navigate to the "settings" menu in your wp-admin console, and then choose "SteemBackeD Donate Button". There is more documentation on how to use this plugin on this page.

How to Use

To add the donate button, add the shortcode [steemBackedButton] to any page on your wordpress website.

You can also override the default settings mentioned above by adding the follow attributes to the shortcode:

handle: handle="your steemit username"
button color: bc="#FFF"
button text color: tc="#000"
button border color: bbc="#000"
transaction memo: memo="your transaction memo"
button text: bt="Donate Text"
donation amount: amount="2.0"
what to do on success (0=thank You Message) (1=redirctToUrl): call="0"
thank you message or redirct url: success="Thank You"

EXAMPLE: [steemBackedButton handle="your handle" bc="#FFF" tc="#000" bbc="#000" memo="your transaction memo" bt="Donate Text" amount="2.0" call="0" success="Thank You!!"]

Get A Link instead Of A Button

If you want to place a text-link instead of using a button, just include the attribute link="1" in your shortcode. The shortcode attributes related to style will be ignored.
EXAMPLE: [steemBackedButton link="1"]

Change what happens upon a successful donation:

In the file, sbdJs.js, you will find an if/else statement in the steemBackedDonation function. If the donation is successful, the code in the [if] section is executed. If the donation is cancelled (payment window is closed by user), the code in the [else] section is executed. You can add your own code here to change the default functionality of showing a thank you message or redirecting visitor to another page.


We decided that the most valuable asset available to us was our time and our talent. We don't need to be paid for that at this point. That being said, we opted to acquire the domain and hosting fees on our own, and we'll use the donations from this fundition campaign to go towards covering that. We really enjoyed making this software as it gave us a great opportunity to get into steem/steemit app development full throttle. 

Sort:  

this is awesome. Sorry i am only seeing it now