Changeset 1340413
- Timestamp:
- 02/01/2016 08:14:26 AM (10 years ago)
- File:
-
- 1 edited
-
appreciators/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appreciators/trunk/readme.txt
r1340374 r1340413 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 A WordPress plugin that allows viewers to appreciate and tip content creators.10 A WordPress plugin that allows readers to easily send appreciation and tips worthy content. 11 11 12 12 == Description == 13 ' 13 14 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 = 16 16 17 The appreciation widget is responsive and designed for touch devices as well. 17 The Appreciators Clique is a community and engagement platform that helps reward and acknowledge great work that is offered freely to the world. 18 Through this plugin, our community of Appreciators can easily send you messages of appreciation that includes a micro-donation to individual single authors. 19 20 Wether you earn truck loads of money or just a few dollars, supporting the cause is important to the community of content creators. 21 Please give it a try and support those that support the community. 22 23 Please visit https://appreciators.org for more info. 24 25 ' 26 27 = Appreciators WP Plugin = 28 29 This 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. 30 The appreciation widget is responsive and supports touch devices as well. 31 32 There's no fiddling around or settings to tweak. Just install, activate, link your membership and you're all set! 33 34 Don't let yourself or your fellow writers miss out on the appreciation they deserve. 35 18 36 19 37 = Credits = … … 22 40 23 41 = Live Demo = 42 24 43 * You can view a live demo of Appreciators WP Plugin on our blog here: https://appreciators.org/blog 25 44 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 <?php37 if ( function_exists( 'get_Appreciators' ) ) {38 echo get_Appreciators();39 }40 ?>41 42 `43 45 44 46 == Installation == … … 46 48 * Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer; 47 49 * 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 50 54 51 = Add the box directly =52 53 Use this shortcode:54 55 [appreciators]56 57 ...or this function:58 59 <?php60 if ( function_exists( 'get_Appreciators' ) ) {61 echo get_Appreciators();62 }63 ?>64 55 65 56 == Frequently Asked Questions == … … 75 66 3. Example Appreciators WP Plugin Display & Design Settings 76 67 77 = What is the plugin license? =78 79 * This plugin is released under a GPL license.80 68 81 69 == Changelog == 82 70 83 = 0.0. 2 27-Jan-2015=71 = 0.0.4 01-Feb-2016 = 84 72 85 * bug fixes. 86 87 = 0.0.1 26-Jan-2015 = 88 89 * Initial version for beta trials. 73 * Initial Release. 90 74 91 75 … … 94 78 * You may upgrade through the plugins update feature in your Wordpress installation. 95 79 * 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.