• Resolved kevinbrands

    (@kevinbrands)


    Hello,

    We would like to implement the Google Review score and number of reviews on our website.

    The shortcode for the widget does that, but we have some specific styling needs.

    Is there a way/function to retrieve the score and number of reviews, so we can build them ourselves? (I guess so, because you can retrieve them as well)

    Hope to hear from you!
    -Kevin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author richplugins

    (@richplugins)

    Hi @kevinbrands,

    Exactly this option is present in the business plugin, it’s a custom template.

    However, I think you can implement it in the free plugin also. You need to hide the reviews through the option ‘Hide reviews, leave only rating header’ and hide the logo and name of place through the following additional css code:

    .wp-gr.wpac .wp-google-left img { display: none!important; }
    .wp-gr.wpac .wp-google-name a { display: none!important; }

    By the way, one of our customer did the same in the free plugin, it looks like:

    Thanks!

    • This reply was modified 4 years, 3 months ago by richplugins.
    Thread Starter kevinbrands

    (@kevinbrands)

    Many thanks!

    I think this will help me out. I’ll figure it out.

    -Kevin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Function to retrieve score and number of reviews’ is closed to new replies.