forked from shramee/freemius-testimonials
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
executable file
·71 lines (49 loc) · 2.9 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=== 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: 5.0.0
Stable tag: 1.1.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 sort testimonials? =
Testimonials can be sorted by their IDs. To get testimonial IDs, head over to the page which shows reviews, and add ``?fs-testimonial-ids` to the url.
So for example, if our testimonials showing page is on `http://example.com/testimonials/` then we will change the URL so it looks like `http://example.com/testimonials/?fs-testimonial-ids`.
This will display all testimonial IDs if you are logged in and have permission to edit posts on site.
Then, we just add `order` parameter with comma separated list of testimonial IDs and reviews will appear in that order, reviews not in the list will appear at the end.
Here is what the shortcode may look like `[freemius-testimonials plugin='999' order='295,349,241,290,227']` **change 999 with your plugin/theme ID AND 295,349,241,290,227 with your desired order**
= 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.1.0 =
* 2018-03-09
* Fix - Some reviews hidden in expanded compress mode
* Fix - Tooltips on hover over review title
= 1.0.0 =
* 2017-10-03
* Initial release. It's alive!