Show featured testimonials for your Plugins/Themes integrated with Freemius.
Author: | Pootlepress (profile at wordpress.org) |
WordPress version required: | 4.1.0 |
WordPress version tested: | 5.0.0 |
Plugin version: | 1.1.0 |
Added to WordPress repository: | 03-10-2017 |
Last updated: | 10-12-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 90 |
Rated by: | 2 |
Plugin URI: | https://pootlepress.com/freemius-testimonials |
Total downloads: | 1 055 |
Active installs: | 10+ |
Click to start download
|
FAQ
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-idsto 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]
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!