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,
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
I want some documentation/code/sample any thing which is helpful.
You could use an 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.