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: e‘reviews’]
, min_rating: 4
, max_rows: 0
, rotateTime: 15000
});
});
< /script>