https://github.com/genietim/wp-google-reviews-plugin
WordPress Plugin to include Google Place's Reviews
https://github.com/genietim/wp-google-reviews-plugin
Last synced: 3 months ago
JSON representation
WordPress Plugin to include Google Place's Reviews
- Host: GitHub
- URL: https://github.com/genietim/wp-google-reviews-plugin
- Owner: GenieTim
- License: mit
- Created: 2023-10-27T13:45:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T06:20:43.000Z (over 1 year ago)
- Last Synced: 2025-02-21T07:24:13.142Z (over 1 year ago)
- Language: PHP
- Size: 235 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-google-reviews-plugin
WordPress Plugin to include Google Place's Reviews, in a GDPR- and nDSG-save way
## How to use
- Install this plugin
- Enable this plugin
- Go To Tools -> Google Reviews and set your Google Places API key
- Use the Shortcode `[google-review place-id="your-place-id"]`, with the id of the place whose reviews you would like to display
## How it works
All in all, it just does all the downloading of data on the server-side, and then caches the results for two days.
Images (icons etc.) from Google are downloaded via a small proxy, in order not to leak the client's IP to Google.
## How to develop
- Clone this repository
- Run `composer install` in this directory
- Run `yarn` in this directory
- Run `yarn build` everytime you would like to build the Svelte application