thelia / google-reviews-module
Thelia 的 Google 评价模块
1.0.2
2024-02-12 10:49 UTC
Requires
- thelia/installer: ~1.1
README
此模块允许您使用 Google Maps API 在 Thelia 网站上获取 Google 评价
安装
Composer
将其添加到您的主 thelia composer.json 文件中
composer require thelia/google-reviews-module:~1.0
使用方法
- 使用您的 placeId 和 API Token 配置 Thelia 后台
- 在您的前端模板中添加 [google_reviews_loop] 循环
循环
[google_reviews_loop]
输入参数
输出参数
[google_places_loop]
输入参数
输出参数
命令
通过地理坐标和关键词轻松查找 Google 地点 ID
php Thelia module:GoogleReviews:getPlaceId lat lng keyword
文档
Google Maps API 文档可在 https://developers.google.com/maps/documentation/places/web-service?hl=fr 找到
API 地点详情: https://developers.google.com/maps/documentation/places/web-service/details?hl=fr API 地点查找: https://developers.google.com/maps/documentation/places/web-service/search-find-place?hl=fr