thelia/google-reviews-module

Thelia 的 Google 评价模块

安装: 43

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 7

分支: 1

开放问题: 0

类型:thelia-module

1.0.2 2024-02-12 10:49 UTC

This package is auto-updated.

Last update: 2024-09-12 12:11:07 UTC


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