Social Reviews
WordPress Plugin for customer ratings from Google, Facebook, Tripadvisor and HolidayCheck
by Hannes Etzelstorfer · github.com/haet/social-reviews · website
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/haet/social-reviews/archive/refs/heads/master.zipShow your reviews from Google, Facebook, Tripadvisor and HolidayCheck on your website
Description
Show your reviews from Google, Facebook, Tripadvisor and HolidayCheck on your website.
Output Rating boxes: <?php if( class_exists( 'HaetReviewsFrontend' ) ) HaetReviewsFrontend()->print(); ?>
Installation
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
Frequently Asked Questions
System Requirements
You need PHP 5.6 or higher
How to remove the stylesheet?
You can remove the styles using the filter 'haet_reviews_load_css' and just return false.
Static values in database
just in case you need to modify values in database... you can find them in wp_options:
SELECT * FROM `wp_options` WHERE `option_name` LIKE 'rating%'
Changelog
0.4
Changed Facebook scraper back to JSON
0.3
changed Facebook scraper to match HTML code instead of JSON
0.2
added setting page GER
0.1
Static hardcoded BEW