-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·57 lines (39 loc) · 1.95 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=== Testimonials for Freemius ===
Contributors: pootlepress, shramee, jamesmarsland
Plugin Name: Freemius testimonial
Plugin URI: https://github.com/pootlepress/pootle-cloud
Tags: freemius, testimonials, reviews, freemius api
Author URI: http://www.pootlepress.com
Author: PootlePress
Requires at least: 4.1.0
Tested up to: 4.8.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Show featured testimonials for your Plugins/Themes integrated with Freemius.
== Description ==
Adds a simple shortcode to let you display featured testimonials for your Freemius plugins/themes on your WordPress website ;)
== Installation ==
Installing "Freemius testimonial" can be done either by searching for "Freemius testimonial" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
1. Download the plugin via WordPress.org.
2. Upload the ZIP file through the "Plugins > Add New > Upload" screen in your WordPress dashboard.
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Visit the settings screen and configure, as desired.
== Frequently Asked Questions ==
= How can I show the testimonials? =
First you need to set your Freemius API credentials, this can be done in `WordPress admin area` > `Settings` > `General` > `Testimonials for Freemius – API credentials`
After that, just use this shortcode **after changing 999 with your plugin/theme ID** `[freemius-testimonials plugin=999]`
= How can I use that expandable drawer like thingy? =
Just add `compress` to have some of your reviews hidden by default, a button to display all reviews will be added ;)
You can use this shortcode after replacing 999 with your plugin ID `[freemius-testimonials compress plugin=999]`
== Screenshots ==
1. Reviews frontend display
2. Reviews compressed drawer
3. Admin settings area
== Upgrade Notice ==
= 1.0.0 =
* Initial release
== Changelog ==
= 1.0.0 =
* 2017-10-03
* Initial release. It's alive!