Google review widget for web-application | write google review using google place api

1.7k Views Asked by At

I created a review portal for my customers to give me a review and ratings on my service via different social networking sites.

Currently I am focusing on google review to be collected via a google widget/flow,

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

This above image is showing the available list of social networking sites to give review. please skip the Facebook i already integrated that.

When the user clicks "google", the google review dialog will be shown on the page to collect the google review.(Image is mentioned bellow)

I would like to avoid people from going away from my website.

I would like to know how to use google.places.reviews.createPublishReviewFlow for writing Google review via Google review widget. I saw this API Widget service has been used by some websites/web applications

enter image description here

I want some documentation/code/sample any thing which is helpful.

2

There are 2 best solutions below

1
On

You could use an iframe.

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

You just have to replace the src value by the right one. The only fear that I have about this technique is that you probably want to know when the user posted his review ; but you can't interact with an iframe (with jquery for example) so you'll not be able to know when the user validate the form.

0
On

You could use http://getreviewlink.com/ to generate a link for your customers to leave reviews at for Google. This only works for Google.