用于网络应用的Google评论小部件|使用google place api撰写谷歌评论

时间:2018-04-24 07:46:23

标签: javascript google-maps google-places-api dialogflow google-widget

我为我的客户创建了一个评论门户网站,通过不同的社交网站为我提供服务评论和评分。

目前我专注于通过google小部件/流程收集 google review

The website containing all the social networking review link for my business

上图显示了可供审核的社交网站列表。请跳过已经整合了的Facebook。

当用户点击“google”时,将在页面上显示Google评论对话框以收集Google评论。(图片如下所示)

enter image description here

我想要一些有用的文档/代码/示例。

1 个答案:

答案 0 :(得分:0)

您可以使用iframe。

<iframe src="https://www.google.com"></iframe>

您只需要用正确的src值替换它。我对此技术的唯一担心是你可能想知道用户何时发布他的评论;但你无法与iframe交互(例如使用jquery),因此你无法知道用户何时验证表单。