Jazzies Posted November 23, 2017 Share Posted November 23, 2017 Hello everyone, Since yesterday I try to embed on the header of my website the reviews from customers we've got on Google My Business. After a long time of research, I think I found the right code but I actually don't know where to place it, I've tried some solutions but even if I clear cache, I can't see anything. Here's the code : Quote <div id="google-reviews"></div> <link rel="stylesheet" href="https://cdn.rawgit.com/stevenmonson/googleReviews/master/google-places.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script src="https://cdn.rawgit.com/stevenmonson/googleReviews/6e8f0d79/google-places.js"></script> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=MyAPIkey&signed_in=true&libraries=places"></script> <script> jQuery(document).ready(function( $ ) { $("#google-reviews").googlePlaces({ placeId: 'MyStoreID'//Find placeID @: https://developers.google.com/places/place-id , render: ['reviews'] , min_rating: 4 , max_rows:4 }); }); </script> Any solution ? Thanks, Thomas Link to comment Share on other sites More sharing options...
Jazzies Posted November 24, 2017 Author Share Posted November 24, 2017 Up please ! Link to comment Share on other sites More sharing options...
JWDT Posted April 17, 2018 Share Posted April 17, 2018 Hey, not sure if you're still trying to get this to work, but there's a reworked version of the script, with pretty good documentation on the github page: https://github.com/simonneutert/jquery-google-reviews Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now