Thanks so much @niseadel for the ★★★★★ review! 🙂
I will check the issue with the place_id and resolve this in the next release – version 1.32 (not too long in the future).
When I started this plugin I assumed the place_id would probably be set once and then left alone. Clearly, this isn’t always the case as you may wish to show various shops/stores at different locations.
In a future version I may add a new tab to handle multiple places in a more orderly fashion.
Hello @niseadel,
Thanks for notifying me about this issue. The reviews are correct, however the summary is not. I have spotted this before and it’s caused by the assumption of the current Place as specified in “Google Credentials” having the same name, overall rating, vicinity, etc. for all places even when another is set in the shortcode.
So, this will require a structural change of the data and it will take a little longer to resolve. For now, please hide the summary for other places (those other than specified in “Google Credentials”).
I can notify you when I’ve made this change if you drop me your email – use the Contact form here.
Slight correction/improvement – for the meantime, you can set the icon, name and vicinity in the shortcode. However, overall rating and review count will use the current overall Place ID, so that can be hidden with an as-yet unwritten parameter or hide using CSS:
.google-business-reviews-rating p.rating {
display: none;
}
I can wait for the plugin update, thank you!