将 Google My Business 评论嵌入网页

embedding Google My Business reviews onto a webpage

在 Google+ 关闭之前,我可以使用以下代码将 Google+ 业务页面中的评论直接嵌入到我的网站中:

<div class="g-post" data-href="https://plus.google.com/+myCompanyName/posts/C5mXxBfvuyQ"></div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

data-href属性中的link直接从Google+我的商家页面获取

现在 Google+ 不再存在,Google 我的业务页面提供不同格式的 link 评论,例如:

 https://business.google.com/reviews/l/13034364536743825118/r/AIe9_BFhqAtkXvUqdYNeMuBBGjaAo-4Nzsp8GqZodh3JinpksaIs5fbp68A98KcYqF2nBVn5d98tYmQEc0S_NHIm8awwzKlOh216MBgrXUXucioaxZb60DA

当我将新的 link 放入我的旧代码中时,它不起作用并且我在控制台中收到以下错误:

Failed to load resource: the server responded with a status of 404 ()

现在有人知道怎么嵌入我的商家评论吗?

如果有人找到这个,我能找到的最佳答案位于此处:

Link How To Show Google Reviews On Website

它比以前更具技术性,但我想这是意料之中的...大声笑

我最近评论过一个 WordPress 小部件,它确实很好地显示了您的 Google 我的业务评论,并使您能够使用自己的 css 样式 它称为“Google 评论小工具”

https://richplugins.com/documentation

您还可以查看 www.addreviews.co,它可以轻松地将您的 google 评论添加到任何网站,而无需任何编码。