I posted this in Zulip, but I got no response there and thought I would post here.
Has anyone done anything with including Google Reviews in a Backdrop site?
If so, what did you do, just include the code bits necessary in a custom module or block, or something else?
I don't see any contrib modules that appear to provide that functionality, though there is a D10 module that doesn't look like it's very complicated, so it seems reasonable that it could be a single function.
Recent comments
Thanks. It still took a lot of trial and error for all the settings within the settings, but I eventually got it to display based on these instructions.
Backlinks for Entity Reference?
Another easy way to do this is to use the module Corresponding Entity References (cer). You would need to add an entity reference field in the authors content type pointing at the book, then set...
Backlinks for Entity Reference?
I also found the contextual filter area in the view for this block. But that’s where it stops. I'll try my best - views based on entity reference can be a challenge....
Backlinks for Entity Reference?
Create a block with a contextual filter on the "author" node ID, and based on that relationship get the book node IDs. Thanks! I think I get the general idea. I set up...
Backlinks for Entity Reference?
There are a few ways to achieve the outcome, but it does depend on how you want the page displayed. You can also use the Views module to create the Author page, select the author fields...
Backlinks for Entity Reference?