Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Social Reviews === Contributors: haet Tags: Requires at least: 3.9 Tested up to: 4.9.8 Stable tag: 0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Show 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