ddoronenko / google-reviews
TYPO3 extension for simple Google reviews output according to the selected place.
Installs: 12 804
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 3
Open Issues: 2
Type:typo3-cms-extension
Requires
- ext-curl: *
- ext-json: *
- typo3/cms-core: ^13.4
This package is auto-updated.
Last update: 2025-05-31 21:23:24 UTC
README
This extension to display Google business reviews on your website. The simple TYPO3 extension that displays five (most-relevant) Google reviews according to selected Place ID.
Minimal requirements
- TYPO3 CMS 9.5 - 13.4.x
- PHP 7.x || 8.x
- Google API key, with Maps JavaScript API and Places API both enabled via your Google API console.
Compatibility
EXT version | TYPO3 | PHP | Support / Development |
---|---|---|---|
master (4.x) | 13 | 8.2 - 8.* | Features, bugfixes, security updates |
3.x | 11 - 12 | 7.4 - 8.* | Deprecated (no support) |
2.x | 10 - 11 | 7.0 - 8.* | Deprecated (no support) |
1.x | 9.5 - 10 | 7.0 - 7.4 | Deprecated (no support) |
Installation (short Version)
The recommended way to install extension is by using Composer.
-
Install the extension with the following command:
composer require ddoronenko/google-reviews
-
Include static TypoScript from the extension in your site package or in the template record of your site.
-
Set constant
plugin.tx_googlereviews.apiKey
with your Google API key in your site package or in the template record of your site. -
Create a content element of type "Google Reviews" and select the Place ID of the business you want to display reviews for.
Full installation instructions can be found in the Documentation
Usage
Please refer to the Documentation
Troubleshooting
- Check TYPO3 logs (
/var/logs/typo3_*.log
) for any errors related to the extension. - Make sure you have a valid [Google API key] with Maps JavaScript API and Places API enabled in the Google Cloud .
- Make sure that billing is enabled for your Google Cloud project, as the Places API requires billing to be active.
- Make sure you have included the static TypoScript from the extension in your site package or in the Template record of your TYPO3 site.
- In you include extension "setup.typoscript" file directly in your site package, make sure you have included the "constants.typoscript" file as well, otherwise the extension will not work properly.
- Check if selected/used Place ID is correct and corresponds to a valid Google business location. Find ID.
- Check the "Application restrictions" section for the API key configs in your Google Cloud Console. Application restrictions limit an API key’s usage to specific websites, IP addresses, Android applications, or iOS applications. You can set one application restriction per key.
ChangeLog
Check ChangeLog
Report a Problem
License
See LICENSE for more information.