Plugin Directory

Changeset 1340413


Ignore:
Timestamp:
02/01/2016 08:14:26 AM (10 years ago)
Author:
appreciators
Message:

updated readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appreciators/trunk/readme.txt

    r1340374 r1340413  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 A WordPress plugin that allows viewers to appreciate and tip content creators.
     10A WordPress plugin that allows readers to easily send appreciation and tips worthy content.
    1111
    1212== Description ==
     13'
    1314
    14 Appreciators WP Plugin is a WordPress micro-donation plugin that supports single authors.
    15 The plugin actually wraps and integrates the Appreciators Clique widget into the author bio area of your blog articles making it easy to get started on the Appreciators platform.
     15= Appreciators Clique =
    1616
    17 The appreciation widget is responsive and designed for touch devices as well.
     17The Appreciators Clique is a community and engagement platform that helps reward and acknowledge great work that is offered freely to the world.
     18Through this plugin, our community of Appreciators can easily send you messages of appreciation that includes a micro-donation to individual single authors.
     19
     20Wether you earn truck loads of money or just a few dollars, supporting the cause is important to the community of content creators.
     21Please give it a try and support those that support the community.
     22
     23Please visit https://appreciators.org for more info.
     24
     25'
     26
     27= Appreciators WP Plugin =
     28
     29This plugin actually wraps and integrates the Appreciators Clique widget into the author bio area of your blog articles making it easy to get started on the Appreciators platform.
     30The appreciation widget is responsive and supports touch devices as well.
     31
     32There's no fiddling around or settings to tweak. Just install, activate, link your membership and you're all set!
     33
     34Don't let yourself or your fellow writers miss out on the appreciation they deserve.
     35
    1836
    1937= Credits =
     
    2240
    2341= Live Demo =
     42
    2443* You can view a live demo of Appreciators WP Plugin on our blog here: https://appreciators.org/blog
    2544
    26 = Appreciators WP Plugin Box Shortcode =
    27 `
    28 [appreciators]
    29 `
    30 
    31 = PHP Functions & Variables =
    32 
    33 <strong>The following should always work:</strong>
    34 
    35 `
    36 <?php
    37     if ( function_exists( 'get_Appreciators' ) ) {
    38         echo get_Appreciators();
    39     }
    40 ?>
    41 
    42 `
    4345
    4446== Installation ==
     
    4648* Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
    4749* Activate the plugin;
    48 * Make sure you link your Appreciators Clique membership to your Wordpress author account. You can do this through the settings page of the plugin. If your account is not linked, we will not be able to track your appreciations and collect your tips for you.
    49 If you don't have an account please create one here: https://appreciators.org/#/Creator/Register
     50* Goto the plugin settings page under the "Appreciators" menu in the admin control panel.
     51* Link your Appreciators Clique Membership to your Wordpress user by clicking the Link User Button. If you do not see the button, you alternate instructions will be provided to you.
     52* If your account is not linked, we will not be able to track your appreciations and collect your tips for you.
     53* If you don't have an account please create one here: https://appreciators.org/#/Creator/Register
    5054
    51 = Add the box directly =
    52 
    53 Use this shortcode:
    54 
    55     [appreciators]
    56 
    57 ...or this function:
    58 
    59     <?php
    60         if ( function_exists( 'get_Appreciators' ) ) {
    61             echo get_Appreciators();
    62         }
    63     ?>
    6455
    6556== Frequently Asked Questions ==
     
    75663. Example Appreciators WP Plugin Display & Design Settings
    7667
    77 = What is the plugin license? =
    78 
    79 * This plugin is released under a GPL license.
    8068
    8169== Changelog ==
    8270
    83 = 0.0.2 27-Jan-2015 =
     71= 0.0.4 01-Feb-2016 =
    8472
    85 * bug fixes.
    86 
    87 = 0.0.1 26-Jan-2015 =
    88 
    89 * Initial version for beta trials.
     73* Initial Release.
    9074
    9175
     
    9478* You may upgrade through the plugins update feature in your Wordpress installation.
    9579* Alternatively you may download the zip file for manual installation from our website here: https://appreciators.org/#/plugins/wordpress
    96 
    97 == License ==
    98 
    99 Appreciators WP Plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
    100 
    101 Appreciators WP Plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
    102 
    103 You should have received a copy of the GNU General Public License along with Appreciators WP Plugin. If not, see <http://www.gnu.org/licenses/>.
Note: See TracChangeset for help on using the changeset viewer.