Social Reviews
Wordpress plugin to Import and manage reviews from multiple sources. Display them anywhere on your website with shortcodes and display templates..
by Fry Digital · github.com/frydigital/wordpress-social-reviews · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/frydigital/wordpress-social-reviews/archive/refs/heads/main.zipFrom the readme
Import and manage reviews from multiple sources and display them anywhere on your website.
Display Reviews:
To display reviews from multiple sources on your WordPress website, you can use the [socialreviews] shortcode. Follow these steps to implement it:
1. Open the WordPress content editor, such as a post or page.
2. Insert [socialreviews] at the desired location in your content.
3. Customize the shortcode by adding optional attributes to modify its behavior. Available attributes are:
- qty: Specifies the number of review posts to display. The default value is 3.
- template: Specifies the template to use for rendering the reviews. The default value is 'default'.
- platform: Specifies the platform to filter the reviews by. If provided, only reviews associated with the specified platform will be displayed.
For example, if you want to display 5 reviews with a custom template and filter them by the platform 'social-media', use the following shortcode: [socialreviews qty="5" template="custom-template" platform="social-media"].
4. Save or publish your content.
5. View your WordPress website to see the reviews displayed based on the shortcode and its attributes.
Note: I
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.