Google Reviews Controls instead of Automatic Rotate


Any ideas how to add arrows / navigation controls to the Google place / reviews script?

< script>
jQuery(document).ready(function( ) { ("#lp-pom-box-210").googlePlaces({
placeId: ‘ChIPlaceIDLck’ //Find placeID @: https://developers.google.com/places/place-id
, render: [‘reviews’]
, min_rating: 4
, max_rows: 0
, rotateTime: 15000
});
});
< /script>


0 replies

Be the first to reply!

Reply