Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T05:08:51.000Z (about 1 month ago)
- Last Synced: 2024-10-11T13:13:34.548Z (27 days ago)
- Language: PHP
- Size: 168 KB
- Stars: 1
- 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