Ryviu - URL review prompt

Topic summary

A user asked whether the Ryviu app on Shopify (using the Stiletto theme) supports URL-based review prompts, similar to Google’s direct review links that automatically open the review submission interface.

A Ryviu representative provided a solution involving:

  • Adding custom JavaScript code to the theme.liquid file (after the <head> tag)
  • Appending #makeareview to product URLs to trigger the review form
  • Disabling the “Lazy load” option in Ryviu dashboard settings (Widgets > Product Reviews > Customize)

The response included a code snippet and screenshot showing the relevant dashboard settings. This appears to resolve the user’s question about creating direct review prompt URLs.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

I’ve been trying to work out (with little success) whether it’s possible to share a URL that will prompt the user to leave a review? For example, if I follow this URL https://g.page/r/CW66Ca-T3n_aEBM/review I’ll be prompted by Google to submit the review.

Can this be achieved on Shopify using the Ryviu app? I am working from the Stiletto theme.

Thanks

1 Like

Hi @Aneby

You can add the code below to the theme.liquid file, after , to do that, make sure you add tag #makeareview, add the end of your URL, and turn off Lazy load option from your Ryviu dashboard > Widgets > Product Reviews > Customize.

{%- if template.name contains 'product' -%} 
      
  {%- endif -%}